public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/57505] New: [C++11] destructor of std::function should be noexcept
@ 2013-06-02 15:31 f.heckenbach@fh-soft.de
  2013-06-02 15:53 ` [Bug libstdc++/57505] " f.heckenbach@fh-soft.de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: f.heckenbach@fh-soft.de @ 2013-06-02 15:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57505
           Summary: [C++11] destructor of std::function should be noexcept
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: f.heckenbach@fh-soft.de

Created attachment 30243
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30243&action=edit
Test case

According to
http://en.cppreference.com/w/cpp/utility/functional/function/~function, the
destructor of std::function, like all standard destructors, should be noexcept,
but as the attached test case shows, it isn't so:

% g++-4.7 -std=c++11 test.cpp 
test.cpp:4:1: error: static assertion failed: ~function is not noexcept


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

end of thread, other threads:[~2013-06-02 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-02 15:31 [Bug libstdc++/57505] New: [C++11] destructor of std::function should be noexcept f.heckenbach@fh-soft.de
2013-06-02 15:53 ` [Bug libstdc++/57505] " f.heckenbach@fh-soft.de
2013-06-02 16:03 ` daniel.kruegler at googlemail dot com
2013-06-02 22:06 ` 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).