From b2aa14a42e249a047112f286af34352285542de7 Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Thu, 9 Sep 2004 09:12:00 +0000 Subject: [PATCH] Configuration update for 9.3 [SVN r24984] --- include/boost/config/compiler/metrowerks.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index b334cee7..a74cadef 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -3,6 +3,7 @@ // (C) Copyright Peter Dimov 2001. // (C) Copyright David Abrahams 2001 - 2002. // (C) Copyright Beman Dawes 2001 - 2003. +// (C) Copyright Stefan Slapeta 2004. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -36,7 +37,7 @@ # define BOOST_NO_SFINAE # endif -# if(__MWERKS__ <= 0x3202) // 9.2 +# if(__MWERKS__ <= 0x3204) // 9.3 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # endif @@ -63,6 +64,8 @@ # define BOOST_COMPILER_VERSION 9.1 # elif __MWERKS__ == 0x3202 # define BOOST_COMPILER_VERSION 9.2 +# elif __MWERKS__ == 0x3204 +# define BOOST_COMPILER_VERSION 9.3 # else # define BOOST_COMPILER_VERSION __MWERKS__ # endif @@ -80,7 +83,7 @@ #endif // // last known and checked version: -#if (__MWERKS__ > 0x3202) +#if (__MWERKS__ > 0x3204) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif