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]

Re: c++/8640: [2003-01-22] template specialization bug #2 (gcc3.2)


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=8640

Yes, I (sadly) agree. In non-legalese, the problem is that partial ordering
does not take into account template parameters which are explicitally
specialized at function call time. For the logs, there is also an open DR
about partial ordering
(http://std.dkuug.dk/jtc1/sc22/wg21/docs/cwg_active.html#214) which shows a
very similar case. I hope that in the end the above snippet will be
non-ambigous, but for now it rightfully is.

Giovanni Bajo


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