Title
Replace throw() with noexcept
Status
resolved
Section
[library]
Submitter
BSI

Created on 2010-08-25.00:00:00 last changed 163 months ago

Messages

Date: 2011-05-03.22:13:16

Proposed resolution:

See n3148 See n3150 See n3195 See n3155 See n3156

Date: 2010-11-29.10:49:30

[ 2010-Batavia: ]

Resolved by adopting n3148.

Date: 2010-10-31.00:00:00

[ 2010-10-31 Daniel comments: ]

The proposed resolution of n3148 would satisfy this request.

Date: 2010-10-24.22:33:31

[ Resolution proposed by ballot comment: ]

Replace all non-throwing exception specifications of the form 'throw()' with the 'noexcept' form.

Date: 2010-10-31.11:46:58

Addresses GB-60, CH-16

Dynamic exception specifications are deprecated; the library should recognise this by replacing all non-throwing exception specifications of the form throw() with the noexcept form.

History
Date User Action Args
2010-11-29 10:49:30adminsetmessages: + msg5448
2010-11-18 12:46:23adminsetstatus: nad editorial -> resolved
2010-11-11 02:43:41adminsetstatus: open -> nad editorial
2010-10-31 11:46:58adminsetmessages: + msg5201
2010-10-31 11:46:58adminsetmessages: + msg5200
2010-10-24 22:33:31adminsetmessages: + msg5051
2010-10-24 10:50:39adminsetmessages: + msg4974
2010-08-25 00:00:00admincreate