mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
MSVC doens't pack diffrent underlying int types into a bitfield. e.g.
struct S {
int a: 1;
char b: 1;
int c: 1;
};
These fields are considered three sparate bitfields.
94 KiB
94 KiB