[Bug c++/34264] Pointer to template method of a class A, does not work in template context for that class A
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 28 21:52:00 GMT 2007
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-11-28 21:51 -------
Closing as invalid, the template keyword here is required as ClassA is
dependent so the compiler does not know if ClassA::method is a template or not.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34264
More information about the Gcc-bugs
mailing list