File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1156
1156
\indextext {prefix!\idxcode {u}}%
1157
1157
is a character literal of type \tcode {char16_t}. The value
1158
1158
of a \tcode {char16_t} character literal containing a single \grammarterm {c-char} is
1159
- equal to its ISO 10646 code point value, provided that the code point is
1160
- representable with a single 16-bit code unit. (That is, provided it is a
1161
- basic multi-lingual plane code point.) If the value is not representable
1162
- within 16 bits , the program is ill-formed. A \tcode {char16_t} character literal
1159
+ equal to its ISO 10646 code point value, provided that the code point value is
1160
+ representable with a single 16-bit code unit (that is, provided it is in the
1161
+ basic multi-lingual plane). If the value is not representable
1162
+ with a single 16-bit code unit , the program is ill-formed. A \tcode {char16_t} character literal
1163
1163
containing multiple \grammarterm {c-char}{s} is ill-formed.
1164
1164
1165
1165
\pnum
You can’t perform that action at this time.
0 commit comments