Skip to content

cppcheck: improve insertions in set and map

Andrii Verbytskyi requested to merge averbyts/athena:cppcheck45 into master

cppcheck: improve insertions in set and map

Tag @sroe

P.S. I know, the insertions in the sets could be done with std::copy, but let us leave it for clang-tidy.

Merge request reports