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

Update std::allocator interface #47

Open
m4drat opened this issue Aug 3, 2020 · 1 comment
Open

Update std::allocator interface #47

m4drat opened this issue Aug 3, 2020 · 1 comment
Labels
Projects

Comments

@m4drat
Copy link
Owner

m4drat commented Aug 3, 2020

We already have default std::allocator interface that uses Allocate/Deallocate functions directly. But we are going to get rid of these functions in the future (due to some problems described in #30). So we have to refactor this interface in such a way, so it's possible to use it without presence of Allocate/Deallocate methods.

@m4drat m4drat created this issue from a note in Tasks (To Do) Aug 3, 2020
@m4drat m4drat added the Medium label Aug 3, 2020
@m4drat m4drat moved this from To Do to In Progress in Tasks Oct 22, 2020
@m4drat m4drat closed this as completed Oct 22, 2020
Tasks automation moved this from In Progress to Done Oct 22, 2020
@m4drat m4drat moved this from Done to In Progress in Tasks Apr 7, 2022
@m4drat m4drat reopened this Apr 7, 2022
Tasks automation moved this from In Progress to To Do Apr 7, 2022
@m4drat m4drat moved this from To Do to In Progress in Tasks Apr 7, 2022
@m4drat m4drat moved this from In Progress to To Do in Tasks Apr 7, 2022
@m4drat m4drat changed the title Add std::allocator interface Update std::allocator interface Apr 7, 2022
@m4drat m4drat moved this from To Do to In Progress in Tasks May 28, 2022
@m4drat m4drat moved this from In Progress to Archive in Tasks May 28, 2022
@m4drat
Copy link
Owner Author

m4drat commented May 28, 2022

Currently I don't think that it is possible to implement such an interface.
SA: https://stackoverflow.com/questions/65645904/implementing-a-custom-allocator-with-fancy-pointers

@m4drat m4drat closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2022
Tasks automation moved this from Archive to Done May 28, 2022
@m4drat m4drat moved this from Done to Archive in Tasks May 28, 2022
@m4drat m4drat reopened this Oct 26, 2022
Tasks automation moved this from Archive to To Do Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Tasks
  
To Do
Development

No branches or pull requests

1 participant