This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14364] Function should depend on template
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2004 15:38:25 -0000
- Subject: [Bug c++/14364] Function should depend on template
- References: <20040301143212.14364.ben@zeus.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-03-01 15:38 -------
Ben, in fact a dependent function name would be something like K::Foo(), or
Foo<K>::Bar() (given a template parameter K). In that case, the only thing that
is dependent is the (type of the) arguments.
Thank you anyway for the report, they are always appreciated.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14364