This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17045] conflict between function template and class with same name
- From: "gccbugs at contacts dot eelis dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Aug 2004 04:12:35 -0000
- Subject: [Bug c++/17045] conflict between function template and class with same name
- References: <20040816030839.17045.gccbugs@contacts.eelis.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gccbugs at contacts dot eelis dot net 2004-08-16 04:12 -------
I'm not convinced T() is the problem, because if I change f(T()); to "T x;
f(x);" the problem remains.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17045