From 9cfc51f19c0a208b33b207e7afd4065588b1bf4c Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 26 Nov 2012 18:56:20 +0000 Subject: [PATCH] Removed usage of deprecated macros in Boost.Container [SVN r81572] --- include/boost/container/detail/workaround.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/detail/workaround.hpp b/include/boost/container/detail/workaround.hpp index a0820a1..06cb733 100644 --- a/include/boost/container/detail/workaround.hpp +++ b/include/boost/container/detail/workaround.hpp @@ -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