Go to the documentation of this file.
11 #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC
12 #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::false_type
14 #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
15 #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
17 #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES
18 #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC noexcept
19 #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::true_type
21 #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
22 #undef BOOST_CLBL_TRTS_IS_NOEXCEPT