We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbdb79 commit 70abf30Copy full SHA for 70abf30
source/exceptions.tex
@@ -1023,8 +1023,10 @@
1023
The function \tcode{std::terminate}\iref{except.terminate}
1024
is used by the exception
1025
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
+mechanism itself.
+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
1030
\tcode{std::nested_exception}\iref{except.nested} can be used by a program to
1031
capture the currently handled exception.
1032
0 commit comments