From 70954edf0b2c915d9b2ca4a1cff99b1c1cba2089 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Tue, 1 Oct 2024 23:09:04 -0400 Subject: [PATCH] [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. --- source/future.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/future.tex b/source/future.tex index fbf49b4ee2..a16d108869 100644 --- a/source/future.tex +++ b/source/future.tex @@ -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.