[PATCH] D30837: [libcxx] Support for shared_ptr<T()>

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 11:58:48 PST 2017


erik.pilkington updated this revision to Diff 91385.
erik.pilkington added a comment.

This new patch replaces the allocator from `allocator<void>` to `allocator<int>`, I didn't realize `allocator<void>` was deprecated.
Thanks,
Erik


https://reviews.llvm.org/D30837

Files:
  include/memory
  test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30837.91385.patch
Type: text/x-patch
Size: 7597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170310/4109a1cb/attachment.bin>


More information about the cfe-commits mailing list