$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51619 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2009-03-05 04:51:30
Author: johnmaddock
Date: 2009-03-05 04:51:29 EST (Thu, 05 Mar 2009)
New Revision: 51619
URL: http://svn.boost.org/trac/boost/changeset/51619
Log:
Two more Borland defects added.
Text files modified: 
   trunk/boost/config/compiler/borland.hpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/compiler/borland.hpp
==============================================================================
--- trunk/boost/config/compiler/borland.hpp	(original)
+++ trunk/boost/config/compiler/borland.hpp	2009-03-05 04:51:29 EST (Thu, 05 Mar 2009)
@@ -129,6 +129,8 @@
 #  define BOOST_NO_TWO_PHASE_NAME_LOOKUP
 #  define BOOST_NO_USING_TEMPLATE
 #  define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
+#  define BOOST_NO_NESTED_FRIENDSHIP
+#  define BOOST_NO_TYPENAME_WITH_CTOR
 #endif
 
 //