Moved CheckStl::erase to normal checking
This commit is contained in:
parent
fdfe39299c
commit
fdf1d6fdee
|
@ -60,6 +60,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
CheckStl checkStl(tokenizer, settings, errorLogger);
|
CheckStl checkStl(tokenizer, settings, errorLogger);
|
||||||
|
checkStl.erase();
|
||||||
checkStl.if_find();
|
checkStl.if_find();
|
||||||
checkStl.iterators();
|
checkStl.iterators();
|
||||||
checkStl.mismatchingContainers();
|
checkStl.mismatchingContainers();
|
||||||
|
@ -79,7 +80,6 @@ public:
|
||||||
|
|
||||||
checkStl.stlOutOfBounds();
|
checkStl.stlOutOfBounds();
|
||||||
checkStl.negativeIndex();
|
checkStl.negativeIndex();
|
||||||
checkStl.erase();
|
|
||||||
checkStl.stlBoundaries();
|
checkStl.stlBoundaries();
|
||||||
checkStl.string_c_str();
|
checkStl.string_c_str();
|
||||||
checkStl.checkAutoPointer();
|
checkStl.checkAutoPointer();
|
||||||
|
|
Loading…
Reference in New Issue