python
json
data-science
statistics
utilities
queue
cache
file
data-structures
recursive
standard-library
-
Updated
Oct 11, 2021 - 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_sharedfor this.Backport should be updated to support thi