[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 10:32:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49836
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot
|gnu.org |com
Target Milestone|--- |4.7.0
Summary|vector<T>::push_back() |[C++0x]
|should not require T to be |vector<T>::push_back()
|(move-)assignable |should not require T to be
| |(move-)assignable
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-25 10:29:51 UTC ---
Ok, thanks, I'll fix it ASAP. Can you also have a look to std::deque, see
whether there is the same problem, as easy to fix, etc..
More information about the Gcc-bugs
mailing list