Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,9 @@
\item
When invoking the function in a hardened implementation,
prior to any other observable side effects of the function,
one or more contract assertions
contract assertions
whose predicates are as described in the hardened precondition
are evaluated with a checking semantic\iref{basic.contract.eval}.
If any of these assertions is evaluated with a non-terminating semantic
and the contract-violation handler returns,
the program has undefined behavior.
are evaluated with a terminating semantic\iref{basic.contract.eval}.
\item
When invoking the function in a non-hardened implementation,
if any hardened precondition is violated,
Expand Down