Skip to content
Merged
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
4 changes: 2 additions & 2 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9143,7 +9143,7 @@
has the value \keyword{true}.
\end{note}
\begin{note}
Furthermore, if the initialization is manifestly constant-evaluated,
Furthermore, if the initialization is manifestly constant-evaluated\iref{expr.const.defns},
its evaluation during translation
can still evaluate contract assertions
with other evaluation semantics,
Expand Down Expand Up @@ -9254,7 +9254,7 @@
a function parameter scope of an immediate function,
\item
it is a subexpression of a manifestly constant-evaluated expression
or conversion, or
or conversion\iref{expr.const.defns}, or
\item
its enclosing statement is enclosed\iref{stmt.pre} by
the \grammarterm{compound-statement} of a consteval if statement\iref{stmt.if}.
Expand Down
Loading