is_member_function_pointer_cxx_11.hpp: don't specialize on noexcept for clang/apple.

This commit is contained in:
jzmaddock
2019-01-07 09:16:29 +00:00
parent 941e29e0a6
commit 649c585b9c

View File

@ -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