function_base.hpp: Borland's new update has the same enable_if bug

[SVN r16678]
This commit is contained in:
Douglas Gregor
2002-12-22 14:28:29 +00:00
parent 535612ec85
commit d6659e26d7

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__, <= 0x561)
#if BOOST_WORKAROUND(__BORLANDC__, <= 0x562)
# define BOOST_FUNCTION_NO_ENABLE_IF
#endif