Skip to content

Commit 70abf30

Browse files
AlisdairMtkoeppe
authored andcommitted
[except.special.general] Complete the set of clause 17 references
1 parent 7fbdb79 commit 70abf30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/exceptions.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,10 @@
10231023
The function \tcode{std::terminate}\iref{except.terminate}
10241024
is used by the exception
10251025
handling mechanism for coping with errors related to the exception handling
1026-
mechanism itself. The function
1027-
\tcode{std::current_exception()}\iref{propagation} and the class
1026+
mechanism itself.
1027+
The function \tcode{std::uncaught_exceptions}\iref{uncaught.exceptions}
1028+
reports how many exceptions are uncaught in the current thread.
1029+
The function \tcode{std::current_exception}\iref{propagation} and the class
10281030
\tcode{std::nested_exception}\iref{except.nested} can be used by a program to
10291031
capture the currently handled exception.
10301032

0 commit comments

Comments
 (0)