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

Fix deprecation warning with clang shipped with Android NDK r22b #128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ejl103
Copy link

@ejl103 ejl103 commented Apr 20, 2021

Fix build warning about deprecated feature std::allocator<void> (see https://en.cppreference.com/w/cpp/memory/allocator)

The second argument isn't necessary and is also deprecated in C++17 (see https://en.cppreference.com/w/cpp/memory/allocator/allocate) so I have just removed it

Fix build warning about deprecated feature std::allocator<void> (see https://en.cppreference.com/w/cpp/memory/allocator)

The second argument isn't necessary and is also deprecated in C++17 (see https://en.cppreference.com/w/cpp/memory/allocator/allocate)
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.

None yet

2 participants