[Bug c++/30548] parse error
igodard at pacbell dot net
gcc-bugzilla@gcc.gnu.org
Mon Jan 22 21:54:00 GMT 2007
------- Comment #5 from igodard at pacbell dot net 2007-01-22 21:53 -------
OK, found the source of the problem: there's a template function in the base
class and a non-template function of the same name in the derived class, and
the parse is resolving the call to the non-template even though there is an
explicit template argument ("<...>") present. Is this correct?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30548
More information about the Gcc-bugs
mailing list