[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
Fri Jun 16 07:54:12 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG31eeba3f7c0e: [libc++] Introduce __make_uninitialized_buffer and use it instead of… (authored by philnik).

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/support/count_new.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152208.532152.patch
Type: text/x-patch
Size: 12957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230616/a895f9bc/attachment.bin>


More information about the libcxx-commits mailing list