From d6659e26d72327c89c9b0092a3f7698b98ba3ab0 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 22 Dec 2002 14:28:29 +0000 Subject: [PATCH] function_base.hpp: Borland's new update has the same enable_if bug [SVN r16678] --- include/boost/function/function_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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