- Title
- cv-qualified bit-fields
- Status
- cd6
- Section
- 11.4.10 [class.bit]
- Submitter
- Aaron Ballman
Created on 2021-09-15.00:00:00 last changed 48 months ago
Messages
Date: 2021-12-15.00:00:00
Proposed resolution (December, 2021):
A bit-field shall have integral or (possibly
cv-qualified) enumeration type
Date: 2021-12-15.00:00:00
Notes from the December, 2021 meeting: As of N4901, there is no longer an issue regarding
the integral types; 6.9.3 [basic.fundamental] paragraph 11
says,
The character types, bool , the signed and unsigned
integer types, and cv-qualified versions
(6.9.6 [basic.type.qualifier]) thereof, are collectively
termed integral types.
Date: 2022-02-15.00:00:00
[Accepted at the February, 2022 meeting.] According to 11.4.10 [class.bit] paragraph 1, This apparently does not allow for cv-qualification in a
bit-field type.
A bit-field shall have integral or enumeration type
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-08-19 07:54:33 | admin | set | status: dr -> cd6 |
| 2022-02-15 00:00:00 | admin | set | status: ready -> dr |
| 2022-01-06 00:00:00 | admin | set | messages: + msg6603 |
| 2022-01-06 00:00:00 | admin | set | messages: + msg6602 |
| 2021-09-15 00:00:00 | admin | create | |