[libcxx-commits] [PATCH] D62274: shared_ptr deleter requirements (2802)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 23 09:39:08 PDT 2019


zoecarver updated this revision to Diff 226156.
zoecarver edited the summary of this revision.
zoecarver added a comment.
Herald added a subscriber: christof.
Herald added a project: libc++.

I rewrote this patch so that it doesn't require my (some, now obsolete) other patches. This patch does now rely on the fix from D69344 <https://reviews.llvm.org/D69344> for C++03 move-constructibility. Also, I updated the tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62274

Files:
  libcxx/include/memory
  libcxx/test/libcxx/utilities/compressed_pair/move_const.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
  libcxx/www/cxx1z_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62274.226156.patch
Type: text/x-patch
Size: 10793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191023/5d825720/attachment-0001.bin>


More information about the libcxx-commits mailing list