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

memory: Add and use destroy* functions #60

Merged
merged 2 commits into from
Jan 3, 2020
Merged

memory: Add and use destroy* functions #60

merged 2 commits into from
Jan 3, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Jan 3, 2020

The allocation and destruction behavior of the container has been updated recently (see #58) to allow for more use cases. This includes changes to the clear() functions which now destroy all stored elements. Add new destroy* functions defined in C++17 to memory to simplify this step and reduce the coupling to the internals of the memory module.

@stotko stotko added this to the 1.2.0 milestone Jan 3, 2020
@stotko stotko merged commit a7d3f88 into master Jan 3, 2020
@stotko stotko deleted the memory_destroy branch January 3, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant