This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50093] [4.6 Regression] STL containers of non-default-constructible classes fail under -std=c++0x
- 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: Mon, 15 Aug 2011 20:11:21 +0000
- Subject: [Bug c++/50093] [4.6 Regression] STL containers of non-default-constructible classes fail under -std=c++0x
- Auto-submitted: auto-generated
- References: <bug-50093-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50093
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-08-15 20:11:21 UTC ---
Yes, this is known, and unavoidable in C++0x.