Skip to content

Commit 7f17340

Browse files
committed
LWG4429 meta::alignment_of should exclude data member description of bit-field
1 parent 00be21b commit 7f17340

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/meta.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5883,7 +5883,9 @@
58835883
variable of non-reference type,
58845884
non-static data member that is not a bit-field,
58855885
direct base class relationship, or
5886-
data member description.
5886+
data member description
5887+
$(T, N, A, W, \mathit{NUA})$\iref{class.mem.general}
5888+
where $W$ is $\perp$.
58875889
\item
58885890
If \tcode{dealias(r)} represents a type,
58895891
then \tcode{is_complete_type(r)} is \tcode{true}.

0 commit comments

Comments
 (0)