From d3b54a634fd7c46fc37fd4c113a9a69d7e02e6da Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 25 Sep 2000 13:19:04 +0000 Subject: [PATCH] Updates for CodeWarrior Pro6 [SVN r7818] --- 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 15e64d57..32f13750 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -214,8 +214,10 @@ // Metrowerks CodeWarrior --------------------------------------------------// # elif defined __MWERKS__ -# if __MWERKS__ <= 0x2301 +# if __MWERKS__ <= 0x4000 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS +# endif +# if __MWERKS__ <= 0x2301 # define BOOST_NO_POINTER_TO_MEMBER_CONST # endif # if __MWERKS__ >= 0x2300