Skip to content

Commit f142ecc

Browse files
committed
[except] Complete dissolving this clause into the rest of the standard
1 parent 42d33f1 commit f142ecc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/support.tex

+9
Original file line numberDiff line numberDiff line change
@@ -3760,6 +3760,15 @@
37603760
\pnum
37613761
The header \libheaderdef{exception}
37623762
defines several types and functions related to the handling of exceptions in a \Cpp{} program.
3763+
The function \tcode{std::terminate}\iref{except.terminate}
3764+
is used by the exception
3765+
handling mechanism for coping with errors related to the exception handling
3766+
mechanism itself.
3767+
The function \tcode{std::uncaught_exceptions}\iref{uncaught.exceptions}
3768+
reports how many exceptions are uncaught in the current thread.
3769+
The function \tcode{std::current_exception}\iref{propagation} and the class
3770+
\tcode{std::nested_exception}\iref{except.nested} can be used by a program to
3771+
capture the currently handled exception.
37633772

37643773
\rSec2[exception.syn]{Header \tcode{<exception>} synopsis}
37653774

0 commit comments

Comments
 (0)