[libcxx-commits] [PATCH] D62641: Support arrays in make_shared and allocate_shared (P0674R1)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 18 12:12:28 PST 2020
zoecarver updated this revision to Diff 312872.
zoecarver edited the summary of this revision.
zoecarver added a comment.
Herald added a project: libc++.
- Rebase & re-write patch to add a new control block: "__shared_ptr_array"
This patch is still not ready for review, I just figured I'd upload the progress thus far. I still need to:
- Add some more tests.
- Combine logic in all the "allocate_shared" overloads.
- Figure out how to resolve the initializer_list issue.
- Add boilerplate (www, version, etc.).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62641/new/
https://reviews.llvm.org/D62641
Files:
libcxx/include/memory
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/create_array.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62641.312872.patch
Type: text/x-patch
Size: 12852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201218/d773ce9e/attachment.bin>
More information about the libcxx-commits
mailing list