This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17045] conflict between function template and class with same name


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]