Skip to content

Remove redundant check if key exists

Alexander Lohnau requested to merge work/minor_simplification into master

If the key does not exist we use the empty list as a default value and std::all_of will return true.

@dfaure

Merge request reports