From 4ac695b81f616ec316e459bc833880a4a669bdec Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 17 Aug 2001 02:25:10 +0000 Subject: [PATCH] updated for CWPro7 compatibility [SVN r10882] --- include/boost/config.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 10f48279..53fca72c 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -413,8 +413,10 @@ // Metrowerks CodeWarrior -------------------------------------------------// # elif defined __MWERKS__ -# if __MWERKS__ <= 0x2401 // 6.2 +# if __MWERKS__ <= 0x2402 // 7 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS +# endif +# if __MWERKS__ <= 0x2401 // 6.2 # define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING # endif # if __MWERKS__ <= 0x2301 // 5.3