12 Jan
2018
12 Jan
'18
10:32 a.m.
On Fri, Jan 12, 2018 at 10:38 AM, Tobias Loew via Boost
And again, here's the code:
int main() { auto check_property = []() { int test = 0; BOOST_SCOPE_EXIT(test) { test = 42; }BOOST_SCOPE_EXIT_END };
return 0; }
Have you filed a bug report with MS? -- Olaf