Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75755 - in branches/release: . boost boost/bind
From: pdimov_at_[hidden]
Date: 2011-11-30 12:53:38


Author: pdimov
Date: 2011-11-30 12:53:38 EST (Wed, 30 Nov 2011)
New Revision: 75755
URL: http://svn.boost.org/trac/boost/changeset/75755

Log:
Merge [75391] to release. Fixes #5792.
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
Text files modified:
   branches/release/boost/bind/bind.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/bind/bind.hpp
==============================================================================
--- branches/release/boost/bind/bind.hpp (original)
+++ branches/release/boost/bind/bind.hpp 2011-11-30 12:53:38 EST (Wed, 30 Nov 2011)
@@ -1680,7 +1680,7 @@
     typedef void type;
 };
 
-#if !( defined(__IBMCPP__) && BOOST_WORKAROUND( __IBMCPP__, BOOST_TESTED_AT(600) ) )
+#if !defined(__IBMCPP__) || __IBMCPP_FUNC_CV_TMPL_ARG_DEDUCTION
 
 template< class R, class T > struct add_cref< R (T::*) () const, 1 >
 {


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