Compare commits

..

1 Commits

Author SHA1 Message Date
Beman Dawes
71f450c536 Release 1.47.0
[SVN r73007]
2011-07-11 22:16:03 +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 >
{