Skip to content

Commit 766b0f9

Browse files
committed
[except.special.general] Complete the set of clause 17 references
1 parent fc13ecd commit 766b0f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/exceptions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,8 @@
10231023
The function \tcode{std::terminate}\iref{except.terminate}
10241024
is used by the exception
10251025
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
1026+
mechanism itself.
1027+
The function \tcode{std::current_exception}\iref{propagation} and the class
10271028
\tcode{std::nested_exception}\iref{except.nested} can be used by a program to
10281029
capture the currently handled exception.
10291030

0 commit comments

Comments
 (0)