This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/49836] [C++0x] vector<T>::push_back() should not require T to be (move-)assignable


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]