Skip to content

Commit 182c000

Browse files
committed
[meta.reflection.layout] Fix phrasing in bulleted list
Fixes NB US 105-166 (C++26 CD).
1 parent 3c0ac90 commit 182c000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/meta.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5706,14 +5706,14 @@
57065706
\begin{itemdescr}
57075707
\pnum
57085708
\returns
5709-
If \tcode{r} represents
5709+
If
57105710
\begin{itemize}
5711-
\item a non-static data member of type $T$,
5712-
\item a data member description $(T, N, A, W, \mathit{NUA})$, or
5711+
\item \tcode{r} represents a non-static data member of type $T$ or
5712+
a data member description $(T, N, A, W, \mathit{NUA})$ or
57135713
\item \tcode{dealias(r)} represents a type $T$,
57145714
\end{itemize}
57155715
then \tcode{sizeof($T$)} if $T$ is not a reference type
5716-
and \tcode{size_of(\brk{}add_pointer(\brk{}\reflexpr{$T$}))} otherwise.
5716+
and \tcode{size_of(add_pointer(\brk{}\reflexpr{$T$}))} otherwise.
57175717
Otherwise, \tcode{size_of(type_of(r))}.
57185718
\begin{note}
57195719
It is possible that while \tcode{sizeof(char)\brk{} == size_of(\reflexpr{char})}

0 commit comments

Comments
 (0)