python
json
data-science
statistics
utilities
queue
cache
file
data-structures
recursive
standard-library
-
Updated
Jun 28, 2022 - Python
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_shared
for this.Backport should be updated to support thi