Skip to content

Commit 39861b8

Browse files
committed
LWG4426 Clarify what meta::reflect_constant_string considers a string literal
1 parent a27684a commit 39861b8

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
@@ -3401,8 +3401,8 @@
34013401
\pnum
34023402
Let $V$ be the pack of values of type \tcode{CharT}
34033403
whose elements are the corresponding elements of \tcode{r},
3404-
except that if \tcode{r} refers to a string literal object,
3405-
then $V$ does not include the trailing null terminator of \tcode{r}.
3404+
except that if \tcode{r} is a reference to a string literal object,
3405+
then $V$ does not include the terminating \unicode{0000}{null} character of \tcode{r}.
34063406

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

0 commit comments

Comments
 (0)