-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Complexity: LowThis should take a day or two of workThis should take a day or two of workGood First IssueA good issue to start off with if contributing to this projectA good issue to start off with if contributing to this projectPriority: LowLow priority task (address at liesure)Low priority task (address at liesure)Status: AcceptedIndicates that a request has been accepted (For "Issues" only)Indicates that a request has been accepted (For "Issues" only)Type: RefactoringIndicates that a task is for refactoring/cleaning up existing codeIndicates that a task is for refactoring/cleaning up existing code
Description
Checklist
- 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.
Backport should be updated to support this.
Metadata
Metadata
Assignees
Labels
Complexity: LowThis should take a day or two of workThis should take a day or two of workGood First IssueA good issue to start off with if contributing to this projectA good issue to start off with if contributing to this projectPriority: LowLow priority task (address at liesure)Low priority task (address at liesure)Status: AcceptedIndicates that a request has been accepted (For "Issues" only)Indicates that a request has been accepted (For "Issues" only)Type: RefactoringIndicates that a task is for refactoring/cleaning up existing codeIndicates that a task is for refactoring/cleaning up existing code