[Bug c++/17056] [3.3/3.4/3.5 Regression] ambiguous function call problem
oliverst at online dot de
gcc-bugzilla@gcc.gnu.org
Wed Aug 18 22:06:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list