Moved CheckStl::mismatchingContainers to normal checking

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

View File

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