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

Removed mutable from DigiCollectionFP420 #3440

Merged

Commits on Apr 22, 2014

  1. Removed mutable from DigiCollectionFP420

    Removed mutables from DigiCollectionFP420 by using std::map::find
    instead of std::map::operator[]. The code in question was not dependent
    upon the default value being placed in the map, it only wanted to
    see if a value was available. This avoids warning messages from the
    static analyzer.
    Dr15Jones committed Apr 22, 2014
    Copy the full SHA
    0d2561b View commit details
    Browse the repository at this point in the history