[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.
Devin Jeanpierre via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 3 07:55:49 PDT 2022
devin.jeanpierre updated this revision to Diff 426708.
devin.jeanpierre added a comment.
Manually reflow comment. (I had hoped that clang-format would do it for me, oops.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119385/new/
https://reviews.llvm.org/D119385
Files:
libcxx/benchmarks/vector_operations.bench.cpp
libcxx/include/__memory/allocator_traits.h
libcxx/include/memory
libcxx/include/type_traits
libcxx/include/vector
libcxx/test/libcxx/containers/sequences/vector/insert_trivially_relocatable.pass.cpp
libcxx/test/libcxx/utilities/meta/meta.unary.prop/is_trivially_relocatable.compile.pass.cpp
libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_exception_safety.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119385.426708.patch
Type: text/x-patch
Size: 25594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220503/96a50d14/attachment-0001.bin>
More information about the libcxx-commits
mailing list