From 20439e1aef8dda063b895d69d07d5986f4e37ed6 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 23 May 2001 13:35:15 +0000 Subject: [PATCH] Update for Metrowerks 6.2 (Chris Little) [SVN r10194] --- include/boost/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index c476a3b7..2b48d906 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -368,7 +368,7 @@ // Metrowerks CodeWarrior --------------------------------------------------// # elif defined __MWERKS__ -# if __MWERKS__ <= 0x2400 // 6.0 +# if __MWERKS__ <= 0x2401 // 6.2 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # endif # if __MWERKS__ <= 0x2301 // 5.3?