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 missing std::tr1::hash on GCC 4.1 #2907

Merged
merged 2 commits into from
Jul 10, 2017

Commits on Mar 25, 2017

  1. Fix missing std::tr1::hash on GCC 4.1

    Rather than crashing on use (doh!) better to just declare this platform
    is missing a proper hash_map/hash_set implementation and use
    the std::map/std::set emulation.
    
    Fixes regression introduced by protocolbuffers#1913
    matthauck committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    4ed0807 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

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