Retain BOOST_SP_NOEXCEPT for compatibility

This commit is contained in:
Peter Dimov
2024-10-03 18:21:19 +03:00
parent ab13ffa91d
commit 890b661909

View File

@ -15,13 +15,12 @@
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/config.hpp>
// BOOST_SP_NOEXCEPT
// BOOST_SP_NOEXCEPT (obsolete, only retained for compatibility)
// #define BOOST_SP_NOEXCEPT noexcept
#define BOOST_SP_NOEXCEPT noexcept
// BOOST_SP_NOEXCEPT_WITH_ASSERT
// BOOST_SP_NOEXCEPT_WITH_ASSERT (noexcept, unless a user assertion handler is present)
#if defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )