This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50641] [c++0x] is_convertible and is_constructible incorrectly require copy constructibility
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Oct 2011 09:52:36 +0000
- Subject: [Bug libstdc++/50641] [c++0x] is_convertible and is_constructible incorrectly require copy constructibility
- Auto-submitted: auto-generated
- References: <bug-50641-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50641
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-07 09:52:36 UTC ---
Thanks a lot Daniel. Thus, looks like it all boils down to "just" LWG 2005,
which we know well enough, I guess ;) and isn't a GCC issue.