$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: George M. Garner Jr. (gmgarner_at_[hidden])
Date: 2005-12-13 01:23:50
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.