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

The new gcc ABI for C++11 uses different namespace #17371

Merged
merged 1 commit into from Feb 2, 2017

Commits on Feb 1, 2017

  1. The new gcc ABI for C++11 uses different namespace

    The gcc ABI for C++11 internally uses the namespace std::__cxx11
    for the standard library containers. The friendly class name
    generator now knows about that naming in order to keep the
    branch names the same as before the ABI change.
    Dr15Jones committed Feb 1, 2017
    Copy the full SHA
    bb0e63f View commit details
    Browse the repository at this point in the history