1
0
forked from boostorg/bind

Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes
1ac202bc79 Release 1.48.0 beta 1
[SVN r75132]
2011-10-27 15:04:52 +00:00

View File

@@ -1680,7 +1680,7 @@ template< class R, class T > struct add_cref< R (T::*) (), 1 >
typedef void type;
};
#if !defined(__IBMCPP__) || __IBMCPP_FUNC_CV_TMPL_ARG_DEDUCTION
#if !( defined(__IBMCPP__) && BOOST_WORKAROUND( __IBMCPP__, BOOST_TESTED_AT(600) ) )
template< class R, class T > struct add_cref< R (T::*) () const, 1 >
{