diff --git a/source/exceptions.tex b/source/exceptions.tex index 470407df55..65e20f2d06 100644 --- a/source/exceptions.tex +++ b/source/exceptions.tex @@ -1096,7 +1096,7 @@ will eventually cause a call to the function \tcode{std::terminate}. -\rSec2[except.uncaught]{The \tcode{std::uncaught_exceptions()} function}% +\rSec2[except.uncaught]{The \tcode{std::uncaught_exceptions} function}% \indexlibraryglobal{uncaught_exceptions} \pnum @@ -1110,6 +1110,6 @@ If an exception is rethrown~(\ref{expr.throw}, \ref{propagation}), it is considered uncaught from the point of rethrow until the rethrown exception is caught. -The function \tcode{std::uncaught_exceptions()}\iref{uncaught.exceptions} +The function \tcode{std::uncaught_exceptions}\iref{uncaught.exceptions} returns the number of uncaught exceptions in the current thread.% \indextext{exception handling|)}