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 libstdc++/50641] [c++0x] is_convertible and is_constructible incorrectly require copy constructibility


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

--- Comment #3 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2011-10-07 06:46:56 UTC ---
(In reply to comment #2)
> This looks like not-a-bug to me.

This refers to the traits implementation. I believe that the core language
should consider to remove the need for the temporary that is required in
heterogeneous copy-initialization, but this is out of scope of gcc.


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