This commit removes std::shared_ptr::make_shared and std::shared_ptr::allocate_shared as they are not part of the standard. This commit also adds the helper function "__create_with_cntrl_block" which std::allocate_shared and std::make_shared have been updated to use.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@368885 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed