Skip to content

algo: Fix IsLanguageEmpty return value

Jan Trávníček requested to merge fixIsLanguageEmpty into master

The IsLanguageEmpty algorithm returned wrong result (the opposite boolean) because of wrong use of the set::count method. Also use set::contains to make the code clearer.

Merge request reports