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++/17056] [3.3/3.4/3.5 Regression] ambiguous function call problem


------- Additional Comments From oliverst at online dot de  2004-08-18 22:06 -------
(In reply to comment #1)
> Hmm, I am starting to think both Comeau C++ and VC 7.1 are wrong as if you
remove either one of 
> the template functions the code is accepted  but then again ...

I don't know how VC 7.1 behaves, but VC 6 doesn't compile the templates until
they are actually used in the code. Gave me a hard time fixing all those yet
unused templates when porting from VC 6 code to GCC 3.2.x and GCC 3.4.x. Maybe
VC 7.1 still leaves the unused templates out of the compilation process.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17056


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