I know C. I’m not saying that const implies writes don’t happen elsewhere. I’m saying that _aligning_ a const pointer implies it’s not _useful_ for _unaligned_ writes to happen elsewhere. And if you align the mutable pointer, you don’t need to separately align a const pointer.
Anders