Title
Inconsistent description of stdlib exceptions
Status
nad
Section
[res.on.exception.handling] [type.info]
Submitter
Randy Maddox

Created on 2002-07-22.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

Clause 17 is setting the overall library requirements, and it's clear and consistent. This sentence from Clause 18 is descriptive, not setting a requirement on any other class.

Date: 2002-07-22.00:00:00

Paragraph 3 under clause [res.on.exception.handling], Restrictions on Exception Handling, states that "Any other functions defined in the C++ Standard Library that do not have an exception-specification may throw implementation-defined exceptions unless otherwise specified." This statement is followed by a reference to footnote 178 at the bottom of that page which states, apparently in reference to the C++ Standard Library, that "Library implementations are encouraged (but not required) to report errors by throwing exceptions from (or derived from) the standard exceptions."

These statements appear to be in direct contradiction to clause [type.info], which states "The class exception defines the base class for the types of objects thrown as exceptions by the C++ Standard library components ...".

Is this inconsistent?

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2394
2002-07-22 00:00:00admincreate