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

Commits on Apr 20, 2021

  1. Update optick_memory.h

    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)
    ejl103 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    282d38e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    9919643 View commit details
    Browse the repository at this point in the history