|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54301 - branches/release/boost/config/compiler
From: john_at_[hidden]
Date: 2009-06-24 08:17:23
Author: johnmaddock
Date: 2009-06-24 08:17:22 EDT (Wed, 24 Jun 2009)
New Revision: 54301
URL: http://svn.boost.org/trac/boost/changeset/54301
Log:
Fixes #3214.
Text files modified:
branches/release/boost/config/compiler/metrowerks.hpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: branches/release/boost/config/compiler/metrowerks.hpp
==============================================================================
--- branches/release/boost/config/compiler/metrowerks.hpp (original)
+++ branches/release/boost/config/compiler/metrowerks.hpp 2009-06-24 08:17:22 EDT (Wed, 24 Jun 2009)
@@ -39,7 +39,7 @@
// the "|| !defined(BOOST_STRICT_CONFIG)" part should apply to the last
// tested version *only*:
-# if(__MWERKS__ <= 0x3206) || !defined(BOOST_STRICT_CONFIG) // 9.5
+# if(__MWERKS__ <= 0x3207) || !defined(BOOST_STRICT_CONFIG) // 9.6
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_IS_ABSTRACT
# endif
@@ -73,6 +73,8 @@
# define BOOST_COMPILER_VERSION 9.4
# elif __MWERKS__ == 0x3206
# define BOOST_COMPILER_VERSION 9.5
+# elif __MWERKS__ == 0x3207
+# define BOOST_COMPILER_VERSION 9.6
# else
# define BOOST_COMPILER_VERSION __MWERKS__
# endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk