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 fc13ecd commit 766b0f9Copy full SHA for 766b0f9
source/exceptions.tex
@@ -1023,7 +1023,8 @@
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 \tcode{std::current_exception}\iref{propagation} and the class
+mechanism itself.
1027
+The function \tcode{std::current_exception}\iref{propagation} and the class
1028
\tcode{std::nested_exception}\iref{except.nested} can be used by a program to
1029
capture the currently handled exception.
1030
0 commit comments