[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
Thu Apr 28 21:10:35 PDT 2022
devin.jeanpierre updated this revision to Diff 425963.
devin.jeanpierre marked 4 inline comments as done.
devin.jeanpierre added a comment.
Deleted libcxx/test/libcxx/type_traits/is_trivially_relocatable.pass.cpp, changed static_cast to std::forward
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.425963.patch
Type: text/x-patch
Size: 25243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220429/3638ce87/attachment-0001.bin>
More information about the libcxx-commits
mailing list