Title
Is uncaught_exceptions() per-thread?
Status
cd4
Section
14.6.3 [except.uncaught]
Submitter
Ville Voutilainen

Created on 2015-03-14.00:00:00 last changed 87 months ago

Messages

Date: 2015-09-15.00:00:00

Proposed resolution (September, 2015):

Change 14.6.3 [except.uncaught] paragraph 1 as follows:

...The function std::uncaught_exceptions() (17.9.6 [uncaught.exceptions]) returns the number of uncaught exceptions in the current thread.
Date: 2016-02-15.00:00:00

[Adopted at the February, 2016 meeting.]

The current specification of std::uncaught_exceptions() (14.6.3 [except.uncaught] paragraph 1) does not, but should, state that it is the number of uncaught exceptions in the current thread.

History
Date User Action Args
2017-02-06 00:00:00adminsetstatus: tentatively ready -> cd4
2015-11-10 00:00:00adminsetmessages: + msg5617
2015-11-10 00:00:00adminsetstatus: drafting -> tentatively ready
2015-03-14 00:00:00admincreate