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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to