Title
bad_exception::~bad_exception() missing Effects clause
Status
cd1
Section
[bad.exception]
Submitter
Martin Sebor

Created on 2000-09-24.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

This is a general problem with the exception classes in clause 18. The proposed resolution is to remove the destructors from the class synopses, rather than to document the destructors' behavior, because removing them is more consistent with how exception classes are described in clause 19.

Date: 2010-10-21.18:28:33

Proposed resolution:

Remove the destructor from the class synopses of bad_alloc ([bad.alloc]), bad_cast ([bad.cast]), bad_typeid ([bad.typeid]), and bad_exception ([bad.exception]).

Date: 2000-09-24.00:00:00

The synopsis for std::bad_exception lists the function ~bad_exception() but there is no description of what the function does (the Effects clause is missing).

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2053
2010-10-21 18:28:33adminsetmessages: + msg2052
2000-09-24 00:00:00admincreate