diff --git a/include/boost/config.hpp b/include/boost/config.hpp index c476a3b7..2b48d906 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -368,7 +368,7 @@ // Metrowerks CodeWarrior --------------------------------------------------// # elif defined __MWERKS__ -# if __MWERKS__ <= 0x2400 // 6.0 +# if __MWERKS__ <= 0x2401 // 6.2 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # endif # if __MWERKS__ <= 0x2301 // 5.3?