1
0
forked from boostorg/bind

Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes
ff816f1b82 Release 1.48.0
[SVN r75495]
2011-11-15 15:44:44 +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 >
{