[libcxx-commits] [PATCH] D74123: A fix for move placement-new (and destroy) allocated objects from raw memory.

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 6 04:57:42 PST 2020


MikeDvorskiy updated this revision to Diff 248703.
MikeDvorskiy added a comment.
Herald added a subscriber: jfb.

+ the tests


Repository:
  rPSTL pstl

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

https://reviews.llvm.org/D74123

Files:
  include/pstl/internal/algorithm_impl.h
  include/pstl/internal/memory_impl.h
  include/pstl/internal/parallel_backend_utils.h
  test/std/algorithms/alg.merge/inplace_merge.pass.cpp
  test/std/algorithms/alg.modifying.operations/remove.pass.cpp
  test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
  test/std/algorithms/alg.modifying.operations/unique.pass.cpp
  test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
  test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
  test/support/utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74123.248703.patch
Type: text/x-patch
Size: 31187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200306/412c403d/attachment-0001.bin>


More information about the libcxx-commits mailing list