BackportCpp icon indicating copy to clipboard operation
BackportCpp copied to clipboard

Polymorphic Allocators

Open bitwizeshift opened this issue 4 years ago • 0 comments

Checklist

  • [x] 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

bitwizeshift avatar Mar 08 '20 18:03 bitwizeshift