
16 Jan
2009
16 Jan
'09
7:37 p.m.
Alexander Nasonov wrote:
Alexander Nasonov <alnsn <at> yandex.ru> writes:
See my commit to trunk: https://svn.boost.org/trac/boost/changeset/50620
I appreciate if people can run regression tests, especially on Windows because I don't use Windows at the moment.
I took a quick look at the scope_exit.hpp. If you are using __LINE__ to compose unique identifier names, then this will not wort on VC 7.1 and later with /ZI. __COUNTER__ should be used instead.