
13 Dec
2005
13 Dec
'05
6:23 a.m.
I built the boost serialization library (Library and LibraryW projects) with VC8 and the /analyze option enabled. The build included http://users.erols.com/gmgarner/boost/WarningState.h with the following lines in visualc.hpp: #if (_MSC_VER >= 1400) #include "warningstate.h" #endif //(_MSC_VER >= 1400) The following errors were generated for Library (http://users.erols.com/gmgarner/boost/BuildLog.txt) and LibraryW (http://users.erols.com/gmgarner/boost/BuildLogW.zip). Regards, George.