[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 20:18:31 PDT 2020


ckennelly updated this revision to Diff 300522.
ckennelly added a comment.

- Fix synposis
- Restrict tests to C++20


Repository:
  rG LLVM Github Monorepo

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

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.300522.patch
Type: text/x-patch
Size: 11645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201025/790af6ee/attachment.bin>


More information about the libcxx-commits mailing list