File indexing completed on 2025-01-18 09:29:44
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC
0012 #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::false_type
0013 #include <boost/callable_traits/detail/unguarded/function_ptr_3.hpp>
0014 #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
0015 #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
0016
0017 #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES
0018 #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC noexcept
0019 #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::true_type
0020 #include <boost/callable_traits/detail/unguarded/function_ptr_3.hpp>
0021 #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
0022 #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
0023 #endif