Moved CheckStl::mismatchingContainers to normal checking
This commit is contained in:
parent
b91bb2e523
commit
5fe48f3cd2
|
@ -62,6 +62,7 @@ public:
|
||||||
CheckStl checkStl(tokenizer, settings, errorLogger);
|
CheckStl checkStl(tokenizer, settings, errorLogger);
|
||||||
checkStl.if_find();
|
checkStl.if_find();
|
||||||
checkStl.iterators();
|
checkStl.iterators();
|
||||||
|
checkStl.mismatchingContainers();
|
||||||
checkStl.missingComparison();
|
checkStl.missingComparison();
|
||||||
checkStl.outOfBounds();
|
checkStl.outOfBounds();
|
||||||
checkStl.outOfBoundsIndexExpression();
|
checkStl.outOfBoundsIndexExpression();
|
||||||
|
@ -77,7 +78,6 @@ public:
|
||||||
|
|
||||||
checkStl.stlOutOfBounds();
|
checkStl.stlOutOfBounds();
|
||||||
checkStl.negativeIndex();
|
checkStl.negativeIndex();
|
||||||
checkStl.mismatchingContainers();
|
|
||||||
checkStl.erase();
|
checkStl.erase();
|
||||||
checkStl.pushback();
|
checkStl.pushback();
|
||||||
checkStl.stlBoundaries();
|
checkStl.stlBoundaries();
|
||||||
|
|
Loading…
Reference in New Issue