$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81572 - trunk/boost/container/detail
From: marshall_at_[hidden]
Date: 2012-11-26 13:56:21
Author: marshall
Date: 2012-11-26 13:56:20 EST (Mon, 26 Nov 2012)
New Revision: 81572
URL: http://svn.boost.org/trac/boost/changeset/81572
Log:
Removed usage of deprecated macros in Boost.Container
Text files modified: 
   trunk/boost/container/detail/workaround.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/container/detail/workaround.hpp
==============================================================================
--- trunk/boost/container/detail/workaround.hpp	(original)
+++ trunk/boost/container/detail/workaround.hpp	2012-11-26 13:56:20 EST (Mon, 26 Nov 2012)
@@ -18,7 +18,7 @@
    #define BOOST_CONTAINER_PERFECT_FORWARDING
 #endif
 
-#if defined(BOOST_NO_NOEXCEPT)
+#if defined(BOOST_NO_CXX11_NOEXCEPT)
    #if defined(BOOST_MSVC)
       #define BOOST_CONTAINER_NOEXCEPT throw()
    #else