This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23194] Unhelpful diagnostic for incorrect pointer-to-member function syntax
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Oct 2007 23:29:53 -0000
- Subject: [Bug c++/23194] Unhelpful diagnostic for incorrect pointer-to-member function syntax
- References: <bug-23194-5876@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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