I did not find a duplicate of this feature request in the Github Issues section.
Description
C++11 introduced shared_ptr, which works with T[] types -- but only if the type is given a custom deleter. C++20 expanded this to support shared_ptr<T[]>, and introduces an overload for make_shared for this.
Type: Refactoring
Indicates that a task is for refactoring/cleaning up existing code
Status: Accepted
Indicates that a request has been accepted (For "Issues" only)
Priority: Low
Low priority task (address at liesure)
Good First Issue
A good issue to start off with if contributing to this project
//2019.7-Backport EAS-sched governor //2020.1-Backport 3.18.y & f2fs-4.18.y //2021.2-split device tree attempt to rebase on upstream 5.11.y for support //Above in 2020.1 work now apply in Mi-4c (Libra) with **MSM8992 geekbench5 highEST score KERNEL**, arthor by WJXXBSH!
Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi