------- 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

Reply via email to