Skip to content

Conversation

@villevoutilainen
Copy link

std::allocator::destroy has been deprecated, and removed in C++20. Use std::allocator_traits<std::allocator>::destroy instead.

std::allocator<Foo>::destroy has been deprecated, and removed in C++20.
Use std::allocator_traits<std::allocator<Foo>>::destroy instead.
@villevoutilainen
Copy link
Author

So this fixes #385

@svenwoop
Copy link
Collaborator

There will come a release soon which fixes this already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants