Geeks
pfultz2
/
cppcheck
Readme
Issues
Stargazers
Watchers
Identical conditions with containers
Opened this issue
8 years ago
·
0
comments
pfultz2
commented
8 years ago
if
(x.empty())
if
(x.size() ==
0
) {}