Skip to content

Commit 7dc7db0

Browse files
[dcl.pre] Fix order of -> void and static consteval in lambda
1 parent 605dcaa commit 7dc7db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
For a \grammarterm{consteval-block-declaration} $D$,
392392
the expression $E$ corresponding to $D$ is:
393393
\begin{codeblock}
394-
[] -> void static consteval @\grammarterm{compound-statement}@ ()
394+
[] static consteval -> void @\grammarterm{compound-statement}@ ()
395395
\end{codeblock}
396396
$E$ shall be a constant expression\iref{expr.const}.
397397
\begin{note}

0 commit comments

Comments
 (0)