pfultz2/cppcheck

Identical conditions with containers

Opened this issue · 0 comments

if(x.empty()) if (x.size() == 0) {}