Skip to content

Commit 10b117e

Browse files
burblebeetkoeppe
authored andcommitted
CWG2640 Allow more characters in an n-char sequence
Fixes NB US 028 (C++23 CD).
1 parent 027ad84 commit 10b117e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/lex.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,7 @@
314314

315315
\begin{bnf}
316316
\nontermdef{n-char} \textnormal{one of}\br
317-
\terminal{A B C D E F G H I J K L M N O P Q R S T U V W X Y Z}\br
318-
\terminal{0 1 2 3 4 5 6 7 8 9}\br
319-
\textnormal{\unicode{002d}{hyphen-minus}}\br
320-
\textnormal{\unicode{0020}{space}}
317+
\textnormal{any member of the translation character set except the \unicode{007d}{right curly bracket} or new-line character}
321318
\end{bnf}
322319

323320
\begin{bnf}

0 commit comments

Comments
 (0)