http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48521

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-04-09 
10:55:02 UTC ---
(In reply to comment #0)
> This means we don't accept std::async(X::foo, ...)

Oops, meant to say std::async(&X::foo, ...)

Reply via email to