We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27684a commit 39861b8Copy full SHA for 39861b8
source/meta.tex
@@ -3401,8 +3401,8 @@
3401
\pnum
3402
Let $V$ be the pack of values of type \tcode{CharT}
3403
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}.
+except that if \tcode{r} is a reference to a string literal object,
+then $V$ does not include the terminating \unicode{0000}{null} character of \tcode{r}.
3406
3407
3408
Let $P$ be the template parameter object\iref{temp.param}
0 commit comments