File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1096
1096
will eventually cause a call to the function
1097
1097
\tcode {std::terminate}.
1098
1098
1099
- \rSec 2[except.uncaught]{The \tcode {std::uncaught_exceptions() } function}%
1099
+ \rSec 2[except.uncaught]{The \tcode {std::uncaught_exceptions} function}%
1100
1100
\indexlibraryglobal {uncaught_exceptions}
1101
1101
1102
1102
\pnum
1110
1110
If an exception is rethrown~(\ref {expr.throw }, \ref {propagation }),
1111
1111
it is considered uncaught from the point of rethrow
1112
1112
until the rethrown exception is caught.
1113
- The function \tcode {std::uncaught_exceptions() }\iref {uncaught.exceptions }
1113
+ The function \tcode {std::uncaught_exceptions}\iref {uncaught.exceptions }
1114
1114
returns the number of uncaught exceptions in the current thread.%
1115
1115
\indextext {exception handling|)}
You can’t perform that action at this time.
0 commit comments