Skip to content

Commit e941a31

Browse files
committed
CWG2511 cv-qualified bit-fields
1 parent 0fbb2f2 commit e941a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@
28152815
to the entity being declared.
28162816
A bit-field shall not be a static member.
28172817
\indextext{bit-field!type of}%
2818-
A bit-field shall have integral or enumeration type;
2818+
A bit-field shall have integral or (possibly cv-qualified) enumeration type;
28192819
the bit-field semantic property is not part of the type of the class member.
28202820
The \grammarterm{constant-expression} shall be an integral constant expression
28212821
with a value greater than or equal to zero and

0 commit comments

Comments
 (0)