forked from boostorg/type_traits
is_member_function_pointer_cxx_11.hpp: don't specialize on noexcept for clang/apple.
This commit is contained in:
@ -350,7 +350,7 @@ namespace boost {
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(BOOST_TT_NO_DEDUCED_NOEXCEPT_PARAM)
|
||||
#if defined(BOOST_TT_NO_DEDUCED_NOEXCEPT_PARAM) && !defined(BOOST_TT_NO_NOEXCEPT_SEPARATE_TYPE)
|
||||
|
||||
#undef BOOST_TT_NOEXCEPT_DECL
|
||||
#define BOOST_TT_NOEXCEPT_DECL noexcept
|
||||
|
Reference in New Issue
Block a user