[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
Mon Nov 6 05:31:24 PST 2023
huixie90 wrote:
> That said, you should be able to keep using `no_unique_address` if the destroy-and-reconstruct path is not actually engaged (i.e., the type is natively assignable)?
I applied your suggestion.
https://github.com/llvm/llvm-project/pull/71314
More information about the libcxx-commits
mailing list