Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54410 - in branches/release: . boost/function
From: daniel_james_at_[hidden]
Date: 2009-06-27 06:46:20


Author: danieljames
Date: 2009-06-27 06:46:20 EDT (Sat, 27 Jun 2009)
New Revision: 54410
URL: http://svn.boost.org/trac/boost/changeset/54410

Log:
Add missing #pragma warning(pop) in Boost.Function.

Merged revisions 53694 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r53694 | danieljames | 2009-06-06 16:31:47 +0100 (Sat, 06 Jun 2009) | 1 line
  
  Add missing #pragma warning(pop). Fixes #2767.
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/boost/function/function_base.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: branches/release/boost/function/function_base.hpp
==============================================================================
--- branches/release/boost/function/function_base.hpp (original)
+++ branches/release/boost/function/function_base.hpp 2009-06-27 06:46:20 EDT (Sat, 27 Jun 2009)
@@ -877,4 +877,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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk