This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/40897] g++ error on valid syntax (call of templated object method via this pointer)
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Aug 2017 14:56:20 +0000
- Subject: [Bug c++/40897] g++ error on valid syntax (call of templated object method via this pointer)
- Auto-submitted: auto-generated
- References: <bug-40897-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40897
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #9 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Roger Leigh from comment #6)
> Created attachment 18264 [details]
> Preprocessed source for g++-4.5.0 (svn 149777)
This compiles successfully without error for me with g++-8 (svn 250985), so I
guess I can close it.