Skip to content

Commit

Permalink
[except.special.general] Complete the set of clause 17 references
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairM committed Dec 15, 2024
1 parent 44d22b8 commit 9b8c25a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/exceptions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,10 @@
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::current_exception()}\iref{propagation} and the class
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.

Expand Down

0 comments on commit 9b8c25a

Please sign in to comment.