From 47e372614494a98ff04dac77457bb21604660932 Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Tue, 8 Feb 2005 18:17:45 +0000 Subject: [PATCH] update for cw 9.4 [SVN r27248] --- include/boost/config/compiler/metrowerks.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index a2332b58..2590ebac 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -37,7 +37,7 @@ # define BOOST_NO_SFINAE # endif -# if(__MWERKS__ <= 0x3204) // 9.3 +# if(__MWERKS__ <= 0x3205) // 9.4 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # define BOOST_NO_IS_ABSTRACT # endif @@ -67,6 +67,8 @@ # define BOOST_COMPILER_VERSION 9.2 # elif __MWERKS__ == 0x3204 # define BOOST_COMPILER_VERSION 9.3 +# elif __MWERKS__ == 0x3205 +# define BOOST_COMPILER_VERSION 9.4 # else # define BOOST_COMPILER_VERSION __MWERKS__ # endif @@ -84,7 +86,7 @@ #endif // // last known and checked version: -#if (__MWERKS__ > 0x3204) +#if (__MWERKS__ > 0x3205) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif