You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: talk/morelanguage/exceptions.tex
+1-1
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@
319
319
\end{cppcode*}
320
320
\begin{itemize}
321
321
\item either no exceptions is thrown or they are handled internally
322
-
\itemchecked at compile time
322
+
\itemif one is thrown, `std::terminate` is called
323
323
\item allows the compiler to optimize around that knowledge
324
324
\end{itemize}
325
325
\item a function with \cppinline{noexcept(expression)} is only \cppinline{noexcept} when \cppinline{expression} evaluates to \cppinline{true} at compile-time
0 commit comments