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 10:29:54 +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
----------------------------------------------------------------------------
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..