
22 Aug
2013
22 Aug
'13
8:23 p.m.
..\libs\rational\test\rational_test.cpp(1012) : error C2065: 'not' : undeclared identifier ..\libs\rational\test\rational_test.cpp(1012) : error C2146: syntax error : missing ')' before identifier 'dummy' ..\libs\rational\test\rational_test.cpp(1012) : error C2059: syntax error : ')'
This happens with MSVC 10.0 and 11.0. Hasn't "not" been an alternate symbol for "!" since C++98? I'll change it to "!", but that doesn't excuse not fixing it for 15 years! What happened? (I think some of the MSVC authors lurk here.)
#include <ciso646>