[Bug c++/67621] Syntax error for template function of template class

2015-09-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67621 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67621] Syntax error for template function of template class

2015-09-18 Thread physik3 at gmx dot net
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

[Bug c++/67621] Syntax error for template function of template class

2015-09-18 Thread manu at gcc dot gnu.org
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