--- boost/bind/bind.hpp.orig 2009-11-30 15:30:22.000000000 -0500 +++ boost/bind/bind.hpp 2011-08-18 09:00:00.000000000 -0400 @@ -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 > {