Closed
Description
Feature or enhancement
Proposal:
The struct module uses pre-C11 hacks to determine alignment for types:
Lines 79 to 106 in 5808889
Now we can use _Alignof
operator, as C11-compatible compiler is a build requireent.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response