Polymorphic Allocators #5
Labels
Complexity: High
This might take a little over a week of work
Priority: Medium
Average priority
Status: Available
This task is available to be looked at
Type: Request
Indicates that this is a feature request (For "Issues" only)
Checklist
Description
C++17 introduces new polymorphic allocator support with
std::polymorphic_allocator
, along withstd::memory_resource
and aliases of all container types as new vocabulary types inside ofstd::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
The text was updated successfully, but these errors were encountered: