diff --git a/include/boost/type_traits/config.hpp b/include/boost/type_traits/config.hpp index 576a23e..d1c773a 100644 --- a/include/boost/type_traits/config.hpp +++ b/include/boost/type_traits/config.hpp @@ -49,7 +49,7 @@ // if tests for cv-qualified member functions don't // work in is_member_function_pointer // -#if !((defined(__MWERKS__) && __MWERKS__ < 0x3000) || (defined(__IBMCPP__) && __IBMCPP__ <= 600)) +#if (defined(__MWERKS__) && __MWERKS__ < 0x3000) || (defined(__IBMCPP__) && __IBMCPP__ <= 600) # define BOOST_TT_NO_CV_FUNC_TEST #endif