Skip to content

Commit

Permalink
[except] Complete dissolving this clause into the rest of the standard
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairM committed Oct 18, 2024
1 parent 42d33f1 commit f142ecc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3760,6 +3760,15 @@
\pnum
The header \libheaderdef{exception}
defines several types and functions related to the handling of exceptions in a \Cpp{} program.
The function \tcode{std::terminate}\iref{except.terminate}
is used by the exception
handling mechanism for coping with errors related to the exception handling
mechanism itself.
The function \tcode{std::uncaught_exceptions}\iref{uncaught.exceptions}
reports how many exceptions are uncaught in the current thread.
The function \tcode{std::current_exception}\iref{propagation} and the class
\tcode{std::nested_exception}\iref{except.nested} can be used by a program to
capture the currently handled exception.

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

Expand Down

0 comments on commit f142ecc

Please sign in to comment.