You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/lex.tex
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1732,10 +1732,7 @@
1732
1732
In translation phase 6\iref{lex.phases}, adjacent \grammarterm{string-literal}{s} are concatenated. If
1733
1733
both \grammarterm{string-literal}{s} have the same \grammarterm{encoding-prefix}, the resulting concatenated \grammarterm{string-literal} has
1734
1734
that \grammarterm{encoding-prefix}. If one \grammarterm{string-literal} has no \grammarterm{encoding-prefix}, it is treated as a \grammarterm{string-literal} of
1735
-
the same \grammarterm{encoding-prefix} as the other operand. If a UTF-8 string literal token is adjacent to a
1736
-
wide string literal token, the program is ill-formed. Any other concatenations are
1737
-
conditionally-supported with \impldef{concatenation of some types of \grammarterm{string-literal}s}
1738
-
behavior.
1735
+
the same \grammarterm{encoding-prefix} as the other operand. Any other concatenations are ill-formed.
1739
1736
\begin{note}
1740
1737
This concatenation is an interpretation, not a conversion.
1741
1738
Because the interpretation happens in translation phase 6
0 commit comments