DieHard
DieHard copied to clipboard
Remove unused private field _align
I am pretty sure that field is in there to force alignment, so it can't just be removed.
Should something like #pragma pack(8)
be used instead?
Anyway, I'm not sure I understand the point of having a trailing uintptr_t
at the end of the struct: in what way does it forces alignment?