public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/58265] [lwg/2063] std::string move assignment should be noexcept
Date: Fri, 11 Sep 2015 11:02:00 -0000	[thread overview]
Message-ID: <bug-58265-4-tuDDAO9ZCK@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-58265-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Sep 11 11:02:14 2015
New Revision: 227681

URL: https://gcc.gnu.org/viewcvs?rev=227681&root=gcc&view=rev
Log:
Implement N4258 noexcept for std::basic_string.

        PR libstdc++/58265
        * doc/xml/manual/intro.xml: Document LWG 2063 and 2064 resolutions.
        * doc/html/manual/bugs.html: Regenerate.
        * include/bits/basic_string.h (basic_string): Implement N4258. Add
        correct exception-specifications and propagate allocators correctly.
        * include/bits/basic_string.tcc (basic_string::swap): Propagate
        allocators correctly.
        * include/debug/string (__gnu_debug::basic_string): Add correct
        exceptions-specifications and allcoator-extended constructors.
        * testsuite/21_strings/basic_string/allocator/char/copy.cc: New.
        * testsuite/21_strings/basic_string/allocator/char/copy_assign.cc:
        New.
        * testsuite/21_strings/basic_string/allocator/char/minimal.cc: New.
        * testsuite/21_strings/basic_string/allocator/char/move.cc: New.
        * testsuite/21_strings/basic_string/allocator/char/move_assign.cc:
        New.
        * testsuite/21_strings/basic_string/allocator/char/noexcept.cc: New.
        * testsuite/21_strings/basic_string/allocator/char/swap.cc: New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc: New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc:
        New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc: New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/move.cc: New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc:
        New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc: New.
        * testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc: New.
        * testsuite/util/testsuite_allocator.h (tracker_allocator): Define
        defaulted assignment operators.

Added:
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy_assign.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/minimal.cc
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move_assign.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/noexcept.cc
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/swap.cc
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc
   
trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/html/manual/bugs.html
    trunk/libstdc++-v3/doc/xml/manual/intro.xml
    trunk/libstdc++-v3/include/bits/basic_string.h
    trunk/libstdc++-v3/include/bits/basic_string.tcc
    trunk/libstdc++-v3/include/debug/string
    trunk/libstdc++-v3/testsuite/util/testsuite_allocator.h


  parent reply	other threads:[~2015-09-11 11:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-28 21:27 [Bug libstdc++/58265] New: " f.heckenbach@fh-soft.de
2013-08-28 21:48 ` [Bug libstdc++/58265] " paolo.carlini at oracle dot com
2013-08-28 21:57 ` paolo.carlini at oracle dot com
2013-08-31 10:21 ` daniel.kruegler at googlemail dot com
2013-09-20 15:50 ` [Bug libstdc++/58265] [lwg/2063] " glisse at gcc dot gnu.org
2013-09-24 10:07 ` glisse at gcc dot gnu.org
2015-07-17 11:14 ` redi at gcc dot gnu.org
2015-09-11 11:02 ` redi at gcc dot gnu.org [this message]
2015-09-11 11:03 ` redi at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-58265-4-tuDDAO9ZCK@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).