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

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..


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