[all-commits] [llvm/llvm-project] 5cb420: [libcxx] Allow shared_ptr's unique_ptr converting ...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Jun 22 17:28:33 PDT 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: 5cb4200739750a7866817c22de32b50819cd76b5
https://github.com/llvm/llvm-project/commit/5cb4200739750a7866817c22de32b50819cd76b5
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-06-22 (Tue, 22 Jun 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
(cherry picked from commit 097d77d611d1e1b3972be661fdc3caaa4d1824b4)
More information about the All-commits
mailing list