$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53694 - trunk/boost/function
From: daniel_james_at_[hidden]
Date: 2009-06-06 11:31:48
Author: danieljames
Date: 2009-06-06 11:31:47 EDT (Sat, 06 Jun 2009)
New Revision: 53694
URL: http://svn.boost.org/trac/boost/changeset/53694
Log:
Add missing #pragma warning(pop). Fixes #2767.
Text files modified: 
   trunk/boost/function/function_base.hpp |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/function/function_base.hpp
==============================================================================
--- trunk/boost/function/function_base.hpp	(original)
+++ trunk/boost/function/function_base.hpp	2009-06-06 11:31:47 EDT (Sat, 06 Jun 2009)
@@ -889,4 +889,8 @@
 #undef BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL
 #undef BOOST_FUNCTION_COMPARE_TYPE_ID
 
+#if defined(BOOST_MSVC)
+#   pragma warning( pop )
+#endif       
+
 #endif // BOOST_FUNCTION_BASE_HEADER