[libcxx-commits] [PATCH] D66178: Remove std::shared_ptr::make_shared and std::shared_ptr::allocate_shared
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 14 08:55:17 PDT 2019
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
I checked that the variadic versions of `std::allocate_shared` and `std::make_shared` were good. If you did the same mechanical transformation for the non-variadic ones (which it looks like you did), this LGTM.
The next step would be to remove the C++03 non-variadic versions of `std::make_shared` and `std::allocate_shared`.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66178/new/
https://reviews.llvm.org/D66178
More information about the libcxx-commits
mailing list