Skip to content

Commit 99e4ffd

Browse files
[dcl.pre] Fix grammatical error in lambda trailing-return-type (#8497)
This seems to be an error in P2996R13.
1 parent 605dcaa commit 99e4ffd

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)