forked from boostorg/function
Metrowerks CodeWarrior 8.3 doesn't seem to support SFINAE
[SVN r21141]
This commit is contained in:
@ -58,8 +58,8 @@ namespace boost { namespace python { namespace objects {
|
|||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Metrowerks 7.2 doesn't support enable_if
|
// Metrowerks 8.3 doesn't support enable_if
|
||||||
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3000)
|
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3003)
|
||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user