From ce00e49978756ac63137e6564021da14694630bd Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 23 Mar 2003 16:58:05 +0000 Subject: [PATCH] Newer Borland compiler still does not handle enable_if [SVN r18064] --- 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 22f379f..d4f700c 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__, <= 0x562) +#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564) # define BOOST_FUNCTION_NO_ENABLE_IF #endif