Move CheckStl::if_find to normal checking

This commit is contained in:
Daniel Marjamäki 2019-03-08 20:23:37 +01:00
parent 725abbfac3
commit 8f2d70e61d
1 changed files with 1 additions and 1 deletions

View File

@ -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();