------- Comment #19 from redi at gcc dot gnu dot org 2010-01-12 09:32 ------- As I said earlier in this audit trail, the current draft defines the call operator in terms of std::result_of and so it doesn't support invoking a pointer-to-member. I have removed the relevant bits of the 24803.cc testcase, and enabled the FIXME parts that needed rvalue reference support, which work now that std::reference_wrapper::operator() uses perfect forwarding.
I think this bug could be closed now, any objections? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24803