diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index c26f9451..d05ab327 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -23,7 +23,7 @@ //# define BOOST_NO_FUNCTION_TEMPLATE_ORDERING # endif -# if(__MWERKS__ <= 0x2406) // 7.0 & 7.1 +# if(__MWERKS__ <= 0x2407) // 7.x # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS # endif