From 5dbc5f38269139f59c63b67a3608973fc07c492b Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 19 Dec 2003 12:54:26 +0000 Subject: [PATCH] 9.2 still needs BOOST_NO_MEMBER_TEMPLATE_FRIENDS [SVN r21337] --- include/boost/config/compiler/metrowerks.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index 1cac17e7..bc593242 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -33,10 +33,13 @@ # endif # if(__MWERKS__ <= 0x3003) // 8.x -# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # define BOOST_NO_SFINAE # endif +# if(__MWERKS__ <= 0x3201) // 9.2 +# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS +# endif + #if !__option(wchar_type) # define BOOST_NO_INTRINSIC_WCHAR_T #endif