Moved CheckStl::iterators to normal checking

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

View File

@ -61,6 +61,7 @@ public:
CheckStl checkStl(tokenizer, settings, errorLogger);
checkStl.if_find();
checkStl.iterators();
checkStl.missingComparison();
checkStl.outOfBounds();
checkStl.outOfBoundsIndexExpression();
@ -76,7 +77,6 @@ public:
checkStl.stlOutOfBounds();
checkStl.negativeIndex();
checkStl.iterators();
checkStl.mismatchingContainers();
checkStl.erase();
checkStl.pushback();