http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58265

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED
            Summary|std::string move assignment |[lwg/2063] std::string move
                   |should be noexcept          |assignment should be
                   |                            |noexcept

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Thanks Daniel. I knew that we would have to revisit this anyway when the C++11
allocator model is implemented for the C++11 conforming basic_string. All in
all, I guess better suspending this for the time being.

Since, as-is, the move assignment of ext/vstring is in fact noexcept, we may
want to declare it as such however. By the way, I seem to remember that Jon has
work almost ready for the C++11 conformance of it.

Reply via email to