------- Comment #4 from jwakely dot gcc at gmail dot com 2007-10-02 23:28 ------- Created an attachment (id=14287) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14287&action=view) add example to diagnostic
This adds ", e.g. '(...->*pmf) (...)'" to the error message. I chose to use ->* not .* because otherwise you get (....*pmf) which doesn't help either! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23194