<algorithm>: avoid continue in ranges::search_n by AlexGuteniev · Pull Request #5343 · microsoft/STL (original) (raw)

Improves control flow by avoiding negation and continue.

Also a performance improvement, though a very minor one, and, as such, probably falls under Don't Help The Compiler ™️