[all-commits] [llvm/llvm-project] 28d38a: Remove std::shared_ptr::allocate_shared
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Feb 25 16:52:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 28d38a25e963f43cd9f392617ff14ff5cb40a8c6
https://github.com/llvm/llvm-project/commit/28d38a25e963f43cd9f392617ff14ff5cb40a8c6
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M libcxx/include/memory
Log Message:
-----------
Remove std::shared_ptr::allocate_shared
std::shared_ptr::allocate_shared isn't in the standard. This commit removes it from libc++. It updates std::allocate_shared to use __create_with_cntrl_block.
Differential Revision: https://reviews.llvm.org/D66178
More information about the All-commits
mailing list