Functional programming style pattern-matching library for C++
-
Updated
Oct 22, 2021 - C++
Add a description, image, and links to the variant topic page so that developers can more easily learn about it.
To associate your repository with the variant topic, visit your repo's landing page and select "manage topics."
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