Update Borland C++ version number in enable_if check

[SVN r19176]
This commit is contained in:
Douglas Gregor
2003-07-18 04:00:02 +00:00
parent 93f11e94e2
commit 709b299cea

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