Skip to content

Commit 95c9720

Browse files
committed
LWG4423 meta::data_member_spec allows negative bit-field widths
1 parent 3b51264 commit 95c9720

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
@@ -6578,7 +6578,9 @@
65786578
\item
65796579
\tcode{options.alignment} does not contain a value,
65806580
\item
6581-
\tcode{options.no_unique_address} is \tcode{false}, and
6581+
\tcode{options.no_unique_address} is \tcode{false},
6582+
\item
6583+
$V$ is not negative, and
65826584
\item
65836585
if $V$ equals \tcode{0},
65846586
then \tcode{options.name} does not contain a value; and

0 commit comments

Comments
 (0)