[Bug c++/56191] Destructor affects noexcept detection

2013-02-03 Thread antoshkka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56191 --- Comment #5 from Antony Polukhin 2013-02-04 07:29:16 UTC --- *** This bug has been marked as a duplicate of bug 51452 ***

[Bug c++/56191] Destructor affects noexcept detection

2013-02-03 Thread antoshkka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56191 --- Comment #4 from Antony Polukhin 2013-02-04 07:28:04 UTC --- Oh, thanks for clarification! Initially I was confused by the fact that std::is_nothrow_constructible checks for destructor, but I thought that it is a 'noexcept()' bug. Now

[Bug c++/56191] Destructor affects noexcept detection

2013-02-03 Thread antoshkka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56191 Antony Polukhin changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #3 from

[Bug c++/56191] Destructor affects noexcept detection

2013-02-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56191 --- Comment #2 from Jonathan Wakely 2013-02-03 21:05:17 UTC --- N.B. you don't need to CC yourself on bugs, the reporter always gets sent changes to the bug

[Bug c++/56191] Destructor affects noexcept detection

2013-02-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56191 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|