[libcxx-commits] [libcxx] [libc++][ranges][abi-break] Fix `movable_box` overwriting memory of data that lives in the tail padding (PR #71314)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 5 08:37:41 PST 2023


philnik777 wrote:

Is an empty object allowed to access it's padding? If yes, we have to remove `[[no_unique_address]]` in all cases.

https://github.com/llvm/llvm-project/pull/71314


More information about the libcxx-commits mailing list