Skip to content

Commit 70954ed

Browse files
AlisdairMtkoeppe
authored andcommitted
[depr.lit] Fix grammar according to P2361R6
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.
1 parent ddd6142 commit 70954ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/future.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
\pnum
172172
A \grammarterm{literal-operator-id}\iref{over.literal} of the form
173173
\begin{codeblock}
174-
operator @\grammarterm{string-literal}@ @\grammarterm{identifier}@
174+
operator @\grammarterm{unevaluated-string}@ @\grammarterm{identifier}@
175175
\end{codeblock}
176176
is deprecated.
177177

0 commit comments

Comments
 (0)