[libcxx-commits] [PATCH] D119385: Use trivial relocation operations in std::vector, by porting D67524 and part of D61761 to work on top of the changes in D114732.

John McCall via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 17 23:58:22 PST 2022


rjmccall added a comment.

It makes sense to me to do this on top of `__is_trivially_relocatable`, and if that returns true for more types in the future, wonderful.  Obviously, it needs to be used in non-ABI-impacting ways.  I'm not the right person to  review this patch, though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119385/new/

https://reviews.llvm.org/D119385



More information about the libcxx-commits mailing list