We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab13ffa commit 890b661Copy full SHA for 890b661
include/boost/smart_ptr/detail/sp_noexcept.hpp
@@ -15,13 +15,12 @@
15
// See accompanying file LICENSE_1_0.txt or copy at
16
// http://www.boost.org/LICENSE_1_0.txt
17
18
-#include <boost/config.hpp>
19
20
-// BOOST_SP_NOEXCEPT
+// BOOST_SP_NOEXCEPT (obsolete, only retained for compatibility)
21
22
-// #define BOOST_SP_NOEXCEPT noexcept
+#define BOOST_SP_NOEXCEPT noexcept
23
24
-// BOOST_SP_NOEXCEPT_WITH_ASSERT
+// BOOST_SP_NOEXCEPT_WITH_ASSERT (noexcept, unless a user assertion handler is present)
25
26
#if defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )
27
0 commit comments