public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/58265] New: std::string move assignment should be noexcept
@ 2013-08-28 21:27 f.heckenbach@fh-soft.de
  2013-08-28 21:48 ` [Bug libstdc++/58265] " paolo.carlini at oracle dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: f.heckenbach@fh-soft.de @ 2013-08-28 21:27 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58265
           Summary: std::string move assignment should be noexcept
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: f.heckenbach@fh-soft.de

According to http://www.cplusplus.com/reference/string/string/operator=/,
the std::string move assignment operator should be noexcept.

#include <string>
static_assert (std::is_nothrow_move_assignable <std::string>::value, "failed");


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-09-11 11:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-28 21:27 [Bug libstdc++/58265] New: std::string move assignment should be noexcept 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
2015-09-11 11:03 ` redi at gcc dot gnu.org

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