This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30624] ignores explicit qualification
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2007 20:03:18 -0000
- Subject: [Bug c++/30624] ignores explicit qualification
- References: <bug-30624-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from igodard at pacbell dot net 2007-01-28 20:03 -------
I thought (according to the ARM) that all functions of a template class were
implicitly function templates. Ordinarily the correct instantiation is
determined by the object, but when both are inherited then it needs
qualification. No?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30624