Skip to content

Commit d118bac

Browse files
committed
[meta.reflection.layout] Reverse logic in specification
Fixes NB US 106-167 (C++26 CD).
1 parent ff9797d commit d118bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5851,7 +5851,7 @@
58515851
non-static data member that is not a bit-field,
58525852
direct base class relationship, or
58535853
data member description $(T, N, A, W, \mathit{NUA})$\iref{class.mem.general}
5854-
where $W$ is not $\bot$.
5854+
where $W$ is $\bot$.
58555855
\item
58565856
If \tcode{dealias(r)} represents a type,
58575857
then \tcode{is_complete_type(r)} is \tcode{true}.

0 commit comments

Comments
 (0)