From 709b299ceafbe3c44219384ea4d22f01bc226ee2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 18 Jul 2003 04:00:02 +0000 Subject: [PATCH] Update Borland C++ version number in enable_if check [SVN r19176] --- 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