Removed usage of deprecated macros in Boost.Container

[SVN r81572]
This commit is contained in:
Marshall Clow
2012-11-26 18:56:20 +00:00
parent 6d4af66add
commit 9cfc51f19c

View File

@@ -18,7 +18,7 @@
#define BOOST_CONTAINER_PERFECT_FORWARDING #define BOOST_CONTAINER_PERFECT_FORWARDING
#endif #endif
#if defined(BOOST_NO_NOEXCEPT) #if defined(BOOST_NO_CXX11_NOEXCEPT)
#if defined(BOOST_MSVC) #if defined(BOOST_MSVC)
#define BOOST_CONTAINER_NOEXCEPT throw() #define BOOST_CONTAINER_NOEXCEPT throw()
#else #else