[libcxx-commits] [PATCH] D57403: Extending make_shared to Support Arrays (Partially) - P0674R1
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 4 19:43:46 PST 2019
zoecarver added inline comments.
================
Comment at: include/memory:3705
+template <typename _Tp>
+void
----------------
mclow.lists wrote:
> Is there a reason you can't use `_VSTD::destroy_at`?
>
I need to destroy it differently if it is an array.
Also, just out of curiosity, I thought `_VSTD::` was synonymous to `std::` is that true?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57403/new/
https://reviews.llvm.org/D57403
More information about the libcxx-commits
mailing list