Metrowerks CodeWarrior 8.3 doesn't seem to support SFINAE

[SVN r21141]
This commit is contained in:
Douglas Gregor
2003-12-04 22:06:56 +00:00
parent 6f978a2982
commit a941a117ce

View File

@ -32,12 +32,9 @@
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION # define BOOST_NO_UNREACHABLE_RETURN_DETECTION
# endif # endif
# if(__MWERKS__ <= 0x3000)
# define BOOST_NO_SFINAE
# endif
# if(__MWERKS__ <= 0x3003) // 8.x # if(__MWERKS__ <= 0x3003) // 8.x
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_SFINAE
# endif # endif
#if !__option(wchar_type) #if !__option(wchar_type)