pwc
Tomato Guru
138 Posts |
Posted - Dec 27 2017 : 11:38:42 AM
|
Hello,
CI gets tripped up on:
std::vector<int> v; if(v.size() % 3) { }
Says you should use empty() instead of size() to check emptiness - but we aren't checking for empty here.
This is with build 2248, VS2017 15.5.
Thanks.
|
|