Moved CheckStl::erase to normal checking

This commit is contained in:
Daniel Marjamäki 2019-03-08 20:36:40 +01:00
parent fdfe39299c
commit fdf1d6fdee
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,7 @@ public:
}
CheckStl checkStl(tokenizer, settings, errorLogger);
checkStl.erase();
checkStl.if_find();
checkStl.iterators();
checkStl.mismatchingContainers();
@ -79,7 +80,6 @@ public:
checkStl.stlOutOfBounds();
checkStl.negativeIndex();
checkStl.erase();
checkStl.stlBoundaries();
checkStl.string_c_str();
checkStl.checkAutoPointer();