[libcxx-commits] [PATCH] D119159: [libc++] Make shared_ptr move unique_ptr's deleter

Asher Mancinelli via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 8 14:13:43 PST 2022


ashermancinelli updated this revision to Diff 406965.
ashermancinelli added a comment.

- Use more readable `==` operand order in assertions
- Remove irrelevant test case
- Guard `std::shared_ptr<T[]> ` specialization with check for standard version greater than or equal to C++14


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119159

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/__memory/shared_ptr.h
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119159.406965.patch
Type: text/x-patch
Size: 5977 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220208/5fb18701/attachment.bin>


More information about the libcxx-commits mailing list