You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SR-3723 Determine if the layout algorithm for structs should layout fields in a different order than declared
Issue Description:
Evaluate a fully declaration-order-agnostic layout algorithm for structs to allow data members to be reordered in source without breaking binary compatibility. This is ahead of ABI Stability.
The text was updated successfully, but these errors were encountered:
We also have SR-3723 "Determine if the layout algorithm for structs should layout fields in a different order than declared". These are basically the same thing – either we match the declaration order or we don't – so let's just track this in SR-3723.
Additional Detail from JIRA
md5: 16998bd76284442eaff4d9e118e167dd
Parent-Task:
duplicates:
Issue Description:
Evaluate a fully declaration-order-agnostic layout algorithm for structs to allow data members to be reordered in source without breaking binary compatibility. This is ahead of ABI Stability.
The text was updated successfully, but these errors were encountered: