Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81576 - trunk/boost/interprocess/detail
From: marshall_at_[hidden]
Date: 2012-11-26 16:11:23


Author: marshall
Date: 2012-11-26 16:11:23 EST (Mon, 26 Nov 2012)
New Revision: 81576
URL: http://svn.boost.org/trac/boost/changeset/81576

Log:
Removed missed usage of deprecated macros in Boost.Interprocess
Text files modified:
   trunk/boost/interprocess/detail/workaround.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/interprocess/detail/workaround.hpp
==============================================================================
--- trunk/boost/interprocess/detail/workaround.hpp (original)
+++ trunk/boost/interprocess/detail/workaround.hpp 2012-11-26 16:11:23 EST (Mon, 26 Nov 2012)
@@ -154,7 +154,7 @@
    #define BOOST_INTERPROCESS_NEVER_INLINE __attribute__((__noinline__))
 #endif
 
-#if defined(BOOST_NO_NOEXCEPT)
+#if defined(BOOST_NO_CXX11_NOEXCEPT)
    #if defined(BOOST_MSVC)
       #define BOOST_INTERPROCESS_NOEXCEPT throw()
    #else


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