Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77482 - trunk/boost/intrusive/detail
From: igaztanaga_at_[hidden]
Date: 2012-03-22 14:50:22


Author: igaztanaga
Date: 2012-03-22 14:50:21 EDT (Thu, 22 Mar 2012)
New Revision: 77482
URL: http://svn.boost.org/trac/boost/changeset/77482

Log:
Fixed missing define check
Text files modified:
   trunk/boost/intrusive/detail/has_member_function_callable_with.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/intrusive/detail/has_member_function_callable_with.hpp
==============================================================================
--- trunk/boost/intrusive/detail/has_member_function_callable_with.hpp (original)
+++ trunk/boost/intrusive/detail/has_member_function_callable_with.hpp 2012-03-22 14:50:21 EDT (Thu, 22 Mar 2012)
@@ -10,7 +10,7 @@
 
 // sample.h
 
-#if !BOOST_PP_IS_ITERATING
+#if !defined(BOOST_PP_IS_ITERATING)
 
    #ifndef BOOST_INTRUSIVE_DETAIL_HAS_MEMBER_FUNCTION_CALLABLE_WITH_DETAILS_INCLUDED
    #define BOOST_INTRUSIVE_DETAIL_HAS_MEMBER_FUNCTION_CALLABLE_WITH_DETAILS_INCLUDED


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