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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 22 17:05:02 PDT 2019


zoecarver created this revision.
zoecarver added reviewers: mclow.lists, ldionne.
Herald added subscribers: libcxx-commits, dexonsmith.

This patch implements 2802 <https://cplusplus.github.io/LWG/issue2802>. Requires `_Deleter` to have call operator and be move constructible. Based on D62233 <https://reviews.llvm.org/D62233>.


Repository:
  rCXX libc++

https://reviews.llvm.org/D62274

Files:
  include/memory
  test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.fail.cpp
  www/cxx1z_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62274.200839.patch
Type: text/x-patch
Size: 5177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190523/07ab1909/attachment.bin>


More information about the libcxx-commits mailing list