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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 23 16:53:39 PDT 2019


zoecarver updated this revision to Diff 201094.
zoecarver added a comment.

- fix static asserts
- make compliant with C++11
- fix 2875 <https://cplusplus.github.io/LWG/issue2875>
- update tests

I will fix the remaining C++03 issues in D62233 <https://reviews.llvm.org/D62233>.


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

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
  test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
  www/cxx1z_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62274.201094.patch
Type: text/x-patch
Size: 10350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190523/28aa71c0/attachment-0001.bin>


More information about the libcxx-commits mailing list