id summary reporter owner description type status milestone component version severity resolution keywords cc 1310 [result_of] const-qualified function pointer doesn't work Shunsuke Sogame Douglas Gregor "boost::result_of can't work with const-qualified function pointer. {{{ typedef int (*pf_t)(int); typedef boost::result_of::type result1_t; // ok typedef boost::result_of::type result2_t; // doesn't compile. }}}" Bugs closed Boost 1.36.0 function Boost Development Trunk Problem fixed