[libcxx-commits] [PATCH] D152208: [libc++] Introduce __make_uninitialized_buffer and use it instead of get_temporary_buffer

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 8 13:17:08 PDT 2023


philnik updated this revision to Diff 529701.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152208

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/stable_partition.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/temporary_buffer.h
  libcxx/include/__memory/uninitialized_buffer.h
  libcxx/include/module.modulemap.in
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
  libcxx/test/support/count_new.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152208.529701.patch
Type: text/x-patch
Size: 19547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230608/c7a712b4/attachment-0001.bin>


More information about the libcxx-commits mailing list