We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da24c5d commit 77579d2Copy full SHA for 77579d2
source/declarations.tex
@@ -4310,6 +4310,9 @@
4310
is contextually converted to \tcode{bool}\iref{conv};
4311
the converted expression is called
4312
the \defnx{predicate}{contract!predicate} of the contract.
4313
+\begin{note}
4314
+The predicate of a contract is potentially evaluated\iref{basic.def.odr}.
4315
+\end{note}
4316
4317
\pnum
4318
A \defn{contract condition} is a precondition or a postcondition.
@@ -4363,9 +4366,6 @@
4363
4366
\end{example}
4364
4367
\end{note}
4365
4368
-\pnum
-The predicate of a contract is potentially evaluated\iref{basic.def.odr}.
-
4369
4370
The predicate of a contract condition has the same semantic restrictions
4371
as if it appeared as the first \grammarterm{expression-statement}
0 commit comments