Possible fix for Metrowerks

[SVN r21126]
This commit is contained in:
Douglas Gregor
2003-12-03 19:55:57 +00:00
parent 8abd32bd81
commit 04eb767238

View File

@ -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