From a941a117ce7d1f191efe72821cd1f77aeac0f22f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 4 Dec 2003 22:06:56 +0000 Subject: [PATCH] Metrowerks CodeWarrior 8.3 doesn't seem to support SFINAE [SVN r21141] --- include/boost/config/compiler/metrowerks.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index f9e9d057..7665edf5 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -32,12 +32,9 @@ # define BOOST_NO_UNREACHABLE_RETURN_DETECTION # endif -# if(__MWERKS__ <= 0x3000) -# define BOOST_NO_SFINAE -# endif - # if(__MWERKS__ <= 0x3003) // 8.x # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS +# define BOOST_NO_SFINAE # endif #if !__option(wchar_type)