Skip to content

Commit ec799cb

Browse files
committed
CWG3106 Redundant exclusion of (non-existent) UCNs in r-char-sequences
1 parent 14af0c1 commit ec799cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/lex.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,8 @@
468468
The \grammarterm{universal-character-name} construct provides a way to name any
469469
element in the translation character set using just the basic character set.
470470
If a \grammarterm{universal-character-name} outside
471-
the \grammarterm{c-char-sequence}, \grammarterm{s-char-sequence}, or
472-
\grammarterm{r-char-sequence} of a \grammarterm{character-literal} or
473-
\grammarterm{string-literal}
471+
the \grammarterm{c-char-sequence} or \grammarterm{s-char-sequence}
472+
of a \grammarterm{character-literal} or \grammarterm{string-literal}
474473
(in either case, including within a \grammarterm{user-defined-literal})
475474
corresponds to a control character or to a character in the basic character set,
476475
the program is ill-formed.

0 commit comments

Comments
 (0)