From ae5fdbe5f4312afb95f774d992121137c25380ca Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 24 Dec 2001 14:40:17 +0000 Subject: [PATCH] 7.1 [SVN r12142] --- include/boost/config/compiler/metrowerks.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index b17308f4..9d842eda 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__ <= 0x2405) || !defined(BOOST_STRICT_CONFIG) // 7.0 +# if(__MWERKS__ <= 0x2406) || !defined(BOOST_STRICT_CONFIG) // 7.0 & 7.1 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # endif @@ -41,8 +41,8 @@ # error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 0x2405: -#if (__MWERKS__ > 0x2405) +// last known and checked version is 0x2406: +#if (__MWERKS__ > 0x2406) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif