diff --git a/lib/checkstl.h b/lib/checkstl.h index eacaf4ab6..31a89733f 100644 --- a/lib/checkstl.h +++ b/lib/checkstl.h @@ -60,6 +60,7 @@ public: } CheckStl checkStl(tokenizer, settings, errorLogger); + checkStl.if_find(); checkStl.missingComparison(); checkStl.outOfBounds(); checkStl.outOfBoundsIndexExpression(); @@ -80,7 +81,6 @@ public: checkStl.erase(); checkStl.pushback(); checkStl.stlBoundaries(); - checkStl.if_find(); checkStl.string_c_str(); checkStl.checkAutoPointer(); checkStl.uselessCalls();