
29 Oct
2014
29 Oct
'14
12:56 p.m.
Dear Boost First of all thanks for all your great work. It is simply amazing. We dowloaded 1.57 Beta 1 to test it, and have some first feedback for you. On Visual C++ 2013 (12.0.21005.1) we compile a project with this code: #include <boost/scope_exit.hpp> int _tmain(int argc, _TCHAR* argv[]) { int Temp = 0; BOOST_SCOPE_EXIT(Temp) { Temp = 0; } BOOST_SCOPE_EXIT_END; return 0; } Unfortunately this gives us the warning: warning C4003: not enough actual parameters for macro 'BOOST_PP_EXPAND_I' Best regards Johan