[libcxx-commits] [PATCH] D61761: P1144 "Trivially relocatable" (1/3): is_trivially_relocatable, relocate_at, and uninitialized_relocate

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 12 19:01:04 PDT 2019


Quuxplusone updated this revision to Diff 199197.
Quuxplusone marked 10 inline comments as done.
Quuxplusone added a comment.

Add a heterogeneous `__relocate_at2` helper for `uninitialized_relocate`.
Also fix a major typo-bug in `relocate_at`; thanks @zoecarver!


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D61761

Files:
  include/memory
  include/type_traits
  test/libcxx/type_traits/is_trivially_relocatable.pass.cpp
  test/std/utilities/memory/specialized.algorithms/uninitialized.relocate/uninitialized_relocate.pass.cpp
  test/std/utilities/memory/specialized.algorithms/uninitialized.relocate/uninitialized_relocate_n.pass.cpp
  test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_relocatable.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61761.199197.patch
Type: text/x-patch
Size: 36234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190513/a640080f/attachment-0001.bin>


More information about the libcxx-commits mailing list