forked from boostorg/config
Metrowerks CodeWarrior 8.3 doesn't seem to support SFINAE
[SVN r21141]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user