diff --git a/source/declarations.tex b/source/declarations.tex index 31f91c4c9b..1204dec730 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -391,7 +391,7 @@ For a \grammarterm{consteval-block-declaration} $D$, the expression $E$ corresponding to $D$ is: \begin{codeblock} - [] -> void static consteval @\grammarterm{compound-statement}@ () + [] static consteval -> void @\grammarterm{compound-statement}@ () \end{codeblock} $E$ shall be a constant expression\iref{expr.const}. \begin{note}