File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 514
514
\begin {itemize }
515
515
\item
516
516
\indextext {literal!string!raw}%
517
- If the next character begins a sequence of characters that could be the prefix
517
+ If the next character begins a sequence of characters that can be the prefix
518
518
and initial double quote of a raw string literal, such as \tcode {R"}, the next preprocessing
519
519
token shall be a raw string literal. Between the initial and final
520
520
double quote characters of the raw string, any transformations performed in phase
532
532
533
533
\item Otherwise,
534
534
the next preprocessing token is the longest sequence of
535
- characters that could constitute a preprocessing token, even if that
535
+ characters that matches the syntax of a preprocessing token, even if that
536
536
would cause further lexical analysis to fail,
537
537
except that a \grammarterm {header-name}\iref {lex.header } is only formed
538
538
\begin {itemize }
2142
2142
\end {example }
2143
2143
The syntactic non-terminal preceding the \grammarterm {ud-suffix} in a
2144
2144
\grammarterm {user-defined-literal} is taken to be the longest sequence of
2145
- characters that could match that non-terminal.
2145
+ characters that matches the syntax of that non-terminal.
2146
2146
2147
2147
\pnum
2148
2148
A \grammarterm {user-defined-literal} is treated as a call to a literal operator or
You can’t perform that action at this time.
0 commit comments