This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/23194] Unhelpful diagnostic for incorrect pointer-to-member function syntax



------- Comment #5 from bangerth at dealii dot org  2007-10-02 23:29 -------
(In reply to comment #4)

> I chose to use ->* not .* because otherwise you get (....*pmf) which doesn't
> help either!

You could leave a space around either of the two operators.

W.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]