Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following attributes of bit-fields are also implementation-defined:

  • The alignment of bit-fields in the storage unit. For example, the bit-fields may be allocated from the high end or the low end of the storage unit.
  • Whether or not bit-fields can overlap an storage unit boundary.

...