29 Oct
2014
29 Oct
'14
9:37 p.m.
Le 29/10/14 13:56, Johan Doré a écrit :
On Visual C++ 2013 (12.0.21005.1) we compile a project with this code:
#include
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'
I suggest you to create a Track ticket. Vicente