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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 5 16:36:10 PDT 2023


philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, jplehr, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.

This will also be used in some PSTL backends.


Repository:
  rG LLVM Github Monorepo

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/uninitialized_buffer.h

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


More information about the libcxx-commits mailing list