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 04eb767238
commit 4bb90aae7a

View File

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