This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49836] [C++0x] vector<T>::push_back() should not require T to be (move-)assignable
- 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, 25 Jul 2011 17:11:41 +0000
- Subject: [Bug libstdc++/49836] [C++0x] vector<T>::push_back() should not require T to be (move-)assignable
- Auto-submitted: auto-generated
- References: <bug-49836-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49836
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-25 17:11:15 UTC ---
Done.