Skip to content

Commit

Permalink
[depr.lit] Fix grammar according to P2361R6
Browse files Browse the repository at this point in the history
P2361R6 introduced the notion of unevaluated strings, and
updated the grammar for literal operator function accodingly.
Unfortunely, the corresponding grammar reference that was
deprecated was not similarly updated.
  • Loading branch information
AlisdairM authored and tkoeppe committed Oct 2, 2024
1 parent ddd6142 commit 70954ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/future.tex
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
\pnum
A \grammarterm{literal-operator-id}\iref{over.literal} of the form
\begin{codeblock}
operator @\grammarterm{string-literal}@ @\grammarterm{identifier}@
operator @\grammarterm{unevaluated-string}@ @\grammarterm{identifier}@
\end{codeblock}
is deprecated.

Expand Down

0 comments on commit 70954ed

Please sign in to comment.