This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13809] Template conversion operator reports ambiguity where none exists
- From: "gianni at mariani dot ws" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2004 08:37:22 -0000
- Subject: [Bug c++/13809] Template conversion operator reports ambiguity where none exists
- References: <20040122054858.13809.gianni@mariani.ws>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gianni at mariani dot ws 2004-01-22 08:37 -------
Andrew, did you intentionally remove the 4 parameter conversion operator
template ? std::set takes 4 parameters. If I remember the standard correctly,
this is the conversion that should be used since it matches all parameters exactly.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13809