$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49319 - branches/release/boost/detail
From: nicola.musatti_at_[hidden]
Date: 2008-10-13 15:21:03
Author: nmusatti
Date: 2008-10-13 15:21:03 EDT (Mon, 13 Oct 2008)
New Revision: 49319
URL: http://svn.boost.org/trac/boost/changeset/49319
Log:
CodeGear patch. Fixes #2341
Text files modified: 
   branches/release/boost/detail/call_traits.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/detail/call_traits.hpp
==============================================================================
--- branches/release/boost/detail/call_traits.hpp	(original)
+++ branches/release/boost/detail/call_traits.hpp	2008-10-13 15:21:03 EDT (Mon, 13 Oct 2008)
@@ -92,7 +92,7 @@
    typedef T& param_type;  // hh removed const
 };
 
-#if BOOST_WORKAROUND( __BORLANDC__,  BOOST_TESTED_AT( 0x581 ) )
+#if BOOST_WORKAROUND( __BORLANDC__,  < 0x5A0 )
 // these are illegal specialisations; cv-qualifies applied to
 // references have no effect according to [8.3.2p1],
 // C++ Builder requires them though as it treats cv-qualified