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

GCC 8 Compiler Warnings, use vector erase #24245

Merged
merged 1 commit into from Aug 9, 2018

Commits on Aug 8, 2018

  1. GCC 8 Compiler Warnings, use vector erase

    Use the vector erase member function instead of
    using memmove on vector internals and then resizing.
    wddgit committed Aug 8, 2018
    Copy the full SHA
    0b034bb View commit details
    Browse the repository at this point in the history