c3c
c3c copied to clipboard
Attribute to ensure alignment?
A possible @assertalign that works as GCCs warn_if_not_aligned. On non packed structs, this will prevent compilation if padding is inserted in front of the member. On a packed struct, it will prevent compilation if it is not aligned.