From 3e9b0c11d89c68c56f3cc06dc154e141a1e4e087 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 1 Mar 2001 16:23:18 +0000 Subject: [PATCH] Minor Metrowerks fixes [SVN r9371] --- include/boost/config.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 7ebbe5a1..6ec4334d 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -336,11 +336,12 @@ // Metrowerks CodeWarrior --------------------------------------------------// # elif defined __MWERKS__ -# if __MWERKS__ <= 0x4000 +# if __MWERKS__ <= 0x2400 // 6.0 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # endif -# if __MWERKS__ <= 0x2301 +# if __MWERKS__ <= 0x2301 // 5.3? # define BOOST_NO_POINTER_TO_MEMBER_CONST +# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS # endif # if __MWERKS__ >= 0x2300 # define BOOST_SYSTEM_HAS_STDINT_H