Title
Uncaught_exception() missing throw() specification
Status
tc1
Section
[support.exception] [uncaught]
Submitter
Steve Clamage

Created on 1998-08-03.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [except.uncaught], paragraph 1, [support.exception], and [uncaught], add "throw()" to uncaught_exception().

Date: 1998-08-03.00:00:00

In article 3E04@pratique.fr, Valentin Bonnard writes:

uncaught_exception() doesn't have a throw specification.

It is intentional ? Does it means that one should be prepared to handle exceptions thrown from uncaught_exception() ?

uncaught_exception() is called in exception handling contexts where exception safety is very important.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg162
1998-08-03 00:00:00admincreate