JaroslawWiosna / regionalizer

How to choose the best capital of a state and regions? Divider into regions, especially for administrative purposes
Mozilla Public License 2.0
2 stars 2 forks source link

hasKey bug #41

Closed JaroslawWiosna closed 6 years ago

JaroslawWiosna commented 6 years ago

Descrpition

bool FlagParser::hasKey(std::string key) {
    return (flags.find(key) == flags.end());
}

this method should be negated...


Release affected


Priority


Is there possible contributor who could fix the issue