[libcxx-commits] [PATCH] D90111: Partially implement C++20's P1020/P1973.

Chris Kennelly via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 24 18:54:08 PDT 2020


ckennelly created this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
ckennelly requested review of this revision.

This commit adds std::make_unique_for_overwrite.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90111

Files:
  libcxx/include/memory
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array1.compile.fail.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array2.compile.fail.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array3.compile.fail.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array4.compile.fail.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.single.pass.cpp
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90111.300519.patch
Type: text/x-patch
Size: 11601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201025/0e40648d/attachment.bin>


More information about the libcxx-commits mailing list