This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9737] [DR150] Partial template specialisation selection failure involving template parameter defaults
- From: "gianni at mariani dot ws" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jan 2004 17:40:04 -0000
- Subject: [Bug c++/9737] [DR150] Partial template specialisation selection failure involving template parameter defaults
- References: <20030217232600.9737.gccbugs@contacts.eelis.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gianni at mariani dot ws 2004-01-25 17:40 -------
Giovanni, I'm trying to understand how Bug 13809 is related to this one. This
(Bug 9737) describes partial specializations while Bug 13809 describes a
template member function resolution in which case (as far as I can tell) the
standard is clear which template member function should resolve. This (Bug
9737) describes a template type resolution issue which (IMHO) is significantly
different. Are the resolution mechanisms different between bugs 13809 and 9737 ?
Also, in the case of Bug 13809, the compiler diagnostic messages are incorrect
becuase it reports invalid alternatives as ambiguities (AFAICT).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9737