[llvm-branch-commits] [libcxx] Prepare libcxx and libcxxabi for pointer field protection. (PR #151651)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Dec 6 06:42:19 PST 2025
huixie90 wrote:
`std::trivially_relocate` and friends have been removed from C++26. and the new equivalent of `std::trivially_relocate` in C++29 is very likely to be based on `memcpy` or `memmov` . I am not sure how PFP can work with the future `std::trivially_relocate` at all to be honest
https://github.com/llvm/llvm-project/pull/151651
More information about the llvm-branch-commits
mailing list