Skip to content

Commit 24c6ccb

Browse files
eisenwavetkoeppe
authored andcommitted
LWG4426 Clarify what meta::reflect_constant_string considers a string literal
1 parent a12b508 commit 24c6ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,8 +3365,8 @@
33653365
\pnum
33663366
Let $V$ be the pack of values of type \tcode{CharT}
33673367
whose elements are the corresponding elements of \tcode{r},
3368-
except that if \tcode{r} refers to a string literal object,
3369-
then $V$ does not include the trailing null terminator of \tcode{r}.
3368+
except that if \tcode{r} is a reference to a string literal object,
3369+
then $V$ does not include the terminating \unicode{0000}{null} character of \tcode{r}.
33703370

33713371
\pnum
33723372
Let $P$ be the template parameter object\iref{temp.param}

0 commit comments

Comments
 (0)