[all-commits] [llvm/llvm-project] 097d77: [libcxx] Allow shared_ptr's unique_ptr converting ...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Thu Apr 8 22:05:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 097d77d611d1e1b3972be661fdc3caaa4d1824b4
https://github.com/llvm/llvm-project/commit/097d77d611d1e1b3972be661fdc3caaa4d1824b4
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M libcxx/include/memory
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
Log Message:
-----------
[libcxx] Allow shared_ptr's unique_ptr converting constructor to support array types.
Refs: https://bugs.llvm.org/show_bug.cgi?id=32147
Differential Revision: https://reviews.llvm.org/D80882
More information about the All-commits
mailing list