From 0d43e1f72090da856f708fa4cb30d6c63db96d61 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Fri, 21 Sep 2001 16:19:43 +0000 Subject: [PATCH] Oops. Had version number wrong. [SVN r11184] --- 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 af0d66d6..3482ebd0 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -18,7 +18,7 @@ //# define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING # endif -# if(__MWERKS__ <= 0x2410) || !defined(BOOST_STRICT_CONFIG) // 7.0 +# if(__MWERKS__ <= 0x2405) || !defined(BOOST_STRICT_CONFIG) // 7.0 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # endif @@ -36,8 +36,8 @@ # error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 0x2410: -#if (__MWERKS__ > 0x2410) +// last known and checked version is 0x2405: +#if (__MWERKS__ > 0x2405) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif