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 13:08:29 +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
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-25 13:08:12 UTC ---
Ah good, std::deque seems already Ok, push_back doesn't share code with insert.