diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index f9e9d057..7665edf5 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -32,12 +32,9 @@ # define BOOST_NO_UNREACHABLE_RETURN_DETECTION # endif -# if(__MWERKS__ <= 0x3000) -# define BOOST_NO_SFINAE -# endif - # if(__MWERKS__ <= 0x3003) // 8.x # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS +# define BOOST_NO_SFINAE # endif #if !__option(wchar_type)