From 0fc3d2f4ad3c415b00083c1c382e284c55971f14 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 30 Sep 2007 17:29:54 +0000 Subject: [PATCH] Fix for failing Borland test results. [SVN r39619] --- include/boost/config/compiler/borland.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 9b146b4e..3be33927 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -117,6 +117,8 @@ # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS # define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL # define BOOST_NO_IS_ABSTRACT +# define BOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS +# define BOOST_NO_TWO_PHASE_NAME_LOOKUP // Temporary workaround #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS @@ -204,3 +206,4 @@ #define BOOST_COMPILER "Borland C++ version " BOOST_STRINGIZE(__BORLANDC__) +