This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11765] typecast vs. constructor ambiguity
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2003 00:05:38 -0000
- Subject: [Bug c++/11765] typecast vs. constructor ambiguity
- References: <20030801174818.11765.hovik@melikyan.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11765
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-05 00:05 -------
ICC 6.0 calls "ClassTwo::operator ClassOne()" then "ClassTwo::ClassTwo(ClassOne const&)" but I
think this is invalid now looking at the code some more but I am not the last person who has that
say.