From 8a67e3222a9406d002fbd7826d8e39561c559a13 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 25 Feb 2004 12:39:43 +0000 Subject: [PATCH] Added BOOST_NO_MEMBER_TEMPLATE_FRIENDS [SVN r22389] --- include/boost/config/compiler/borland.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 66cb1f3f..d459eb42 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -40,6 +40,7 @@ # define BOOST_BCB_PARTIAL_SPECIALIZATION_BUG # define BOOST_NO_TEMPLATE_TEMPLATES # define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE +# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS // we shouldn't really need this - but too many things choke // without it, this needs more investigation: # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS