forked from boostorg/container
Removed usage of deprecated macros in Boost.Container
[SVN r81572]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user