<div dir="ltr">Given the desireĀ to avoid changes to ABI for micro versions, it sounds like the path to removing pointer aliases is:<div><br></div><div>- remove aliases in src in main</div><div>- do not backport alias removal to previous versions (this may create some backporting pain, but since there are relatively few uses of aliasĀ in src hopefully this won't be too bad)</div><div>- remove aliases in test code as a lower priority, perhaps on an as-encountered basis</div><div><br></div><div><br></div></div>