$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: VennGrayDog (venngraydog_at_[hidden])
Date: 2008-02-22 09:37:38
I found
#pragma warning(push)
without
#pragma warning(pop)
difs attached
Index: void_cast.hpp
===================================================================
--- void_cast.hpp (revision 43370)
+++ void_cast.hpp (working copy)
@@ -221,6 +221,10 @@
} // namespace serialization
} // namespace boost
+#ifdef BOOST_MSVC
+# pragma warning(pop)
+#endif
+
#include <boost/config/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
#endif // BOOST_SERIALIZATION_VOID_CAST_HPP