12 Jan
2018
12 Jan
'18
9:38 a.m.
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; } -- Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html