Skip to content

Commit 65236d7

Browse files
jensmaurertkoeppe
authored andcommitted
[meta.reflection.layout] Fix phrasing in bulleted list
Fixes NB US 105-166 (C++26 CD).
1 parent c53c178 commit 65236d7

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
@@ -5711,14 +5711,14 @@
57115711
\begin{itemdescr}
57125712
\pnum
57135713
\returns
5714-
If \tcode{r} represents
5714+
If
57155715
\begin{itemize}
5716-
\item a non-static data member of type $T$,
5717-
\item a data member description $(T, N, A, W, \mathit{NUA})$, or
5716+
\item \tcode{r} represents a non-static data member of type $T$ or
5717+
a data member description $(T, N, A, W, \mathit{NUA})$ or
57185718
\item \tcode{dealias(r)} represents a type $T$,
57195719
\end{itemize}
57205720
then \tcode{sizeof($T$)} if $T$ is not a reference type
5721-
and \tcode{size_of(\brk{}add_pointer(\brk{}\reflexpr{$T$}))} otherwise.
5721+
and \tcode{size_of(add_pointer(\brk{}\reflexpr{$T$}))} otherwise.
57225722
Otherwise, \tcode{size_of(type_of(r))}.
57235723
\begin{note}
57245724
It is possible that while \tcode{sizeof(char)\brk{} == size_of(\reflexpr{char})}

0 commit comments

Comments
 (0)