$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-10-14 03:31:33
Author: danieljames
Date: 2007-10-14 03:31:33 EDT (Sun, 14 Oct 2007)
New Revision: 40003
URL: http://svn.boost.org/trac/boost/changeset/40003
Log:
Add missing #pragma warning(pop).
Text files modified:
branches/hash/libs/functional/hash/test/hash_float_test.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: branches/hash/libs/functional/hash/test/hash_float_test.hpp
==============================================================================
--- branches/hash/libs/functional/hash/test/hash_float_test.hpp (original)
+++ branches/hash/libs/functional/hash/test/hash_float_test.hpp 2007-10-14 03:31:33 EDT (Sun, 14 Oct 2007)
@@ -203,3 +203,6 @@
#endif
}
+#if defined(BOOST_MSVC)
+#pragma warning(pop)
+#endif