[all-commits] [llvm/llvm-project] dbc890: [libcxx] Fix LWG 2875: shared_ptr::shared_ptr(Y*, ...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Fri Feb 19 11:12:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbc89028d737a2f116a376c3378ae1eee94239c0
https://github.com/llvm/llvm-project/commit/dbc89028d737a2f116a376c3378ae1eee94239c0
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M libcxx/docs/Cxx1zStatusIssuesStatus.csv
M libcxx/include/memory
M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
Log Message:
-----------
[libcxx] Fix LWG 2875: shared_ptr::shared_ptr(Y*, D, […]) constructors should be constrained.
Fixes LWG issue 2875.
Differential Revision: https://reviews.llvm.org/D81414
More information about the All-commits
mailing list