[Bug libstdc++/49836] [C++0x] vector<T>::push_back() should not require T to be (move-)assignable
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Mon Jul 25 13:08:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list