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

Chris Kennelly via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 27 18:31:19 PDT 2020


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

Restrict verify tests to C++20

We do not expose std::make_unique_for_overwrite on pre-C++20 builds, so we will
not get the expected error message.


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.verify.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array2.compile.verify.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array3.compile.verify.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique_for_overwrite.array4.compile.verify.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.301159.patch
Type: text/x-patch
Size: 11977 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201028/0f1ee354/attachment-0001.bin>


More information about the libcxx-commits mailing list