https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67621
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67621
--- Comment #2 from physik3 at gmx dot net ---
Hi.
(In reply to Jonathan Wakely from comment #1)
> (In reply to physik3 from comment #0)
> > foo.foo(); // this line gives a compiler error
>
> This needs to be:
>
> foo.template foo()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67621
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---