-
-
Notifications
You must be signed in to change notification settings - Fork 7
Polymorphic Allocators #5
Copy link
Copy link
Open
Labels
Complexity: HighThis might take a little over a week of workThis might take a little over a week of workPriority: MediumAverage priorityAverage priorityStatus: AvailableThis task is available to be looked atThis task is available to be looked atType: RequestIndicates that this is a feature request (For "Issues" only)Indicates that this is a feature request (For "Issues" only)
Metadata
Metadata
Assignees
Labels
Complexity: HighThis might take a little over a week of workThis might take a little over a week of workPriority: MediumAverage priorityAverage priorityStatus: AvailableThis task is available to be looked atThis task is available to be looked atType: RequestIndicates that this is a feature request (For "Issues" only)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_resourceand aliases of all container types as new vocabulary types inside ofstd::pmrnamespace.These utilities are extremely useful for supporting different allocation strategies in a composable way, and would be beneficial to be added to Backport