diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index 3469e31..72b4951 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -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