5
Lexical conventions
[lex]
5.13
Literals
[lex.literal]
5.13.6
Unevaluated strings
[lex.string.uneval]
unevaluated-string
:
string-literal
1
#
An
unevaluated-string
shall have no
encoding-prefix
.
2
#
Each
universal-character-name
and each
simple-escape-sequence
in an
unevaluated-string
is replaced by the member of the translation character set it denotes
.
An
unevaluated-string
that contains a
numeric-escape-sequence
or a
conditional-escape-sequence
is ill-formed
.
3
#
An
unevaluated-string
is never evaluated and its interpretation depends on the context in which it appears
.