mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
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