|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r48910 - trunk/boost/detail
From: john_at_[hidden]
Date: 2008-09-20 11:39:48
Author: johnmaddock
Date: 2008-09-20 11:39:47 EDT (Sat, 20 Sep 2008)
New Revision: 48910
URL: http://svn.boost.org/trac/boost/changeset/48910
Log:
Fixes #2341.
Text files modified:
trunk/boost/detail/call_traits.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/detail/call_traits.hpp
==============================================================================
--- trunk/boost/detail/call_traits.hpp (original)
+++ trunk/boost/detail/call_traits.hpp 2008-09-20 11:39:47 EDT (Sat, 20 Sep 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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk