Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polymorphic Allocators #5

Open
1 task done
bitwizeshift opened this issue Mar 8, 2020 · 0 comments
Open
1 task done

Polymorphic Allocators #5

bitwizeshift opened this issue Mar 8, 2020 · 0 comments
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)

Comments

@bitwizeshift
Copy link
Owner

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

@bitwizeshift bitwizeshift added Type: Request Indicates that this is a feature request (For "Issues" only) Status: Available This task is available to be looked at Priority: Medium Average priority Complexity: High This might take a little over a week of work labels Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

No branches or pull requests

1 participant