Newer Borland compiler still does not handle enable_if

[SVN r18064]
This commit is contained in:
Douglas Gregor
2003-03-23 16:58:05 +00:00
parent eeb15caff2
commit ce00e49978

View File

@ -60,7 +60,7 @@ namespace boost { namespace python { namespace objects {
#endif
// Borland C++ 5.6.0 doesn't support enable_if
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x562)
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564)
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif