[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
Tue Mar 10 09:46:37 PDT 2020


MikeDvorskiy updated this revision to Diff 249414.
MikeDvorskiy added a comment.

Another "merging artifacts" fixes.

The relevant tests are built and passed.

pstl-std-algorithms-alg.sorting-alg.set.operations-set.pass
pstl-std-algorithms-alg.modifying.operations-rotate.pass
pstl-std-algorithms-alg.modifying.operations-remove.pass
pstl-std-algorithms-alg.modifying.operations-unique.pass
pstl-std-algorithms-alg.sorting-partial_sort_copy.pass
pstl-std-algorithms-alg.merge-inplace_merge.pass


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.249414.patch
Type: text/x-patch
Size: 39828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200310/8e938f7c/attachment-0001.bin>


More information about the libcxx-commits mailing list