
14 Jan
2009
14 Jan
'09
12:04 p.m.
Philippe Vaucher <philippe.vaucher <at> gmail.com> writes:
I second that. I think we can always "0xize" the library later on, and probably that boost is going to change a little when C++0x arrives anyway so this could be part of that process.
Beman gave me permission to commit the library. I'll do it tonight. Regarding "0xfication", see my other post for capture list syntax. C++0x code will be nicer: BOOST_SCOPE_EXIT(&a, &b, c) { std::cout << a << '\n' << b << '\n' << c << '\n'; } Variadic pp args and no BOOST_SCOPE_EXIT_END after the closing bracket. Thanks, Alex