1234567891011121314151617181920212223 |
- #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC
- #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::false_type
- #include <boost/callable_traits/detail/unguarded/function_3.hpp>
- #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
- #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
- #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES
- #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC noexcept
- #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::true_type
- #include <boost/callable_traits/detail/unguarded/function_3.hpp>
- #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
- #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
- #endif
|