cfixcc.h mess things up
Brought to you by:
passing
std::cout << std::numeric_limits<double>::max() << std::endl; creates the following error messages
c:\users\alvin\workplace\geobase\geobase\geobase.cpp(11): warning C4003: not enough actual parameters for macro 'max'
c:\users\alvin\workplace\geobase\geobase\geobase.cpp(11): error C2589: '(' : illegal token on right side of '::'
c:\users\alvin\workplace\geobase\geobase\geobase.cpp(11): error C2059: syntax error : '::'
after #include <cfixcc.h> in VC2010