Open
Description
Checklist
- I did not find a duplicate of this feature request in the Github Issues section.
Description
C++17 introduces new polymorphic allocator support with std::polymorphic_allocator
, along with std::memory_resource
and aliases of all container types as new vocabulary types inside of std::pmr
namespace.
These utilities are extremely useful for supporting different allocation strategies in a composable way, and would be beneficial to be added to Backport