Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61158 - sandbox/function/boost/function
From: dsaritz_at_[hidden]
Date: 2010-04-09 11:31:19


Author: psiha
Date: 2010-04-09 11:31:19 EDT (Fri, 09 Apr 2010)
New Revision: 61158
URL: http://svn.boost.org/trac/boost/changeset/61158

Log:
Fixed !defined( BOOST_NO_TYPEID ) builds.
Text files modified:
   sandbox/function/boost/function/function_base.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: sandbox/function/boost/function/function_base.hpp
==============================================================================
--- sandbox/function/boost/function/function_base.hpp (original)
+++ sandbox/function/boost/function/function_base.hpp 2010-04-09 11:31:19 EDT (Fri, 09 Apr 2010)
@@ -80,6 +80,7 @@
 #else
 # define BOOST_FUNCTION_STD_NS std
 #endif
+#endif // BOOST_NO_TYPEID
 
 // Borrowed from Boost.Python library: determines the cases where we
 // need to use std::type_info::name to compare instead of operator==.
@@ -94,7 +95,7 @@
 # else
 # define BOOST_FUNCTION_COMPARE_TYPE_ID(X,Y) ((X)==(Y))
 #endif
-#endif // BOOST_NO_TYPEID
+
 
 #if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__ICL) && __ICL <= 600 || defined(__MWERKS__) && __MWERKS__ < 0x2406 && !defined(BOOST_STRICT_CONFIG)
 # define BOOST_FUNCTION_TARGET_FIX(x) x


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