Iterator mismatch with an algorithm
Opened this issue · 0 comments
pfultz2 commented
We should warn for this:
if (std::find(x.begin(), x.end(), 0) == y.end()) {}Opened this issue · 0 comments
We should warn for this:
if (std::find(x.begin(), x.end(), 0) == y.end()) {}