Ticket #5792: bind.hpp.diff

File bind.hpp.diff, 403 bytes (added by hstong@…, 11 years ago)

Disable obsolete and harmful workaround in bind.hpp

  • boost/bind/bind.hpp

    old new  
    16801680    typedef void type;
    16811681};
    16821682
    1683 #if !( defined(__IBMCPP__) && BOOST_WORKAROUND( __IBMCPP__, BOOST_TESTED_AT(600) ) )
     1683#if !defined(__IBMCPP__) || __IBMCPP_FUNC_CV_TMPL_ARG_DEDUCTION
    16841684
    16851685template< class R, class T > struct add_cref< R (T::*) () const, 1 >
    16861686{