object-introspection/.circleci
Alastair Robertson 884b9a6e95 CodeGen: Don't measure the sizes of union members
In general, we can't tell which member is active in a union so it is not
safe to try and measure any of them.

Explicitly set the alignment of unions (and structs/classes) in CodeGen
if it is available, as the C++ compiler can no longer infer it from the
members.
2023-07-26 11:16:30 +01:00
..
config.yml CodeGen: Don't measure the sizes of union members 2023-07-26 11:16:30 +01:00