From 17dcb7eabb5b3ec6fe6dca6ca6b3bc61cc38dd04 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 29 Jun 2002 18:31:27 +0000 Subject: [PATCH] Fix mistaken config changes [SVN r14259] --- include/boost/config/compiler/metrowerks.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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