From 5f6bebab609d33a4705e4fe396cf3f4fd69e421f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 27 May 2005 15:51:32 +0000 Subject: [PATCH] BOOST_NO_SFINAE needs to be defined for all versions of this compiler. [SVN r29248] --- include/boost/config/compiler/borland.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 07c106c6..66769bec 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -36,12 +36,9 @@ #endif #endif -#if (__BORLANDC__ <= 0x564) -# define BOOST_NO_SFINAE -#endif - // Version 7.0 (Kylix) and below: #if (__BORLANDC__ <= 0x570) +# define BOOST_NO_SFINAE # define BOOST_NO_INTEGRAL_INT64_T # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS # define BOOST_NO_PRIVATE_IN_AGGREGATE