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]

[Bug c++/58923] g++ does not use provided conversion function for implicit conversion to another type


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58923

Daniel KrÃgler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.kruegler@googlemail.
                   |                            |com

--- Comment #1 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> ---
This is related to the core language issues

http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1650
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1604

See also bug 57610. It seems that after bringing forward the example code from
the submitter of bug 57610 that the committee decided to leave the current
wording and this would make the here discussed example well-formed.

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