1
0
forked from boostorg/bind

Merge [75391] to release. Fixes #5792.

[SVN r75755]
This commit is contained in:
Peter Dimov
2011-11-30 17:53:38 +00:00
parent c53ba15ce5
commit fa8debfc80

View File

@@ -1680,7 +1680,7 @@ template< class R, class T > struct add_cref< R (T::*) (), 1 >
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 >
{