forked from boostorg/function
Possible fix for Metrowerks
[SVN r21126]
This commit is contained in:
@ -59,7 +59,7 @@ namespace boost { namespace python { namespace objects {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Metrowerks 7.2 doesn't support enable_if
|
// Metrowerks 7.2 doesn't support enable_if
|
||||||
#if BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
|
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3000)
|
||||||
# define BOOST_FUNCTION_NO_ENABLE_IF
|
# define BOOST_FUNCTION_NO_ENABLE_IF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user