[all-commits] [llvm/llvm-project] 02af11: [libc++] NFC: Add helper methods to simplify __sha...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Nov 10 09:49:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 02af11094fe499011e720a2a41b87d0763e4ea4f
https://github.com/llvm/llvm-project/commit/02af11094fe499011e720a2a41b87d0763e4ea4f
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M libcxx/include/memory
Log Message:
-----------
[libc++] NFC: Add helper methods to simplify __shared_ptr_emplace
The previous implementation was really difficult to follow, especially
with the get() method sharing the same name as std::unique_ptr::get().
More information about the All-commits
mailing list