Hacker News new | ask | show | jobs
by bear8642 2256 days ago
>clean up the spec

Would this involve further specification of bitfields? Feel implementation defined nature of bitfields limits potential

1 comments

What parts of bitfields are implementation defined?
looking here https://en.cppreference.com/w/c/language/bit_field seems quite a bit. My main thought was how field's laid out in memory. Know would be big change with endianness but thought a standard check might be useful...?