Moved CheckStl::pushback to normal checking

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

View File

@ -66,6 +66,7 @@ public:
checkStl.missingComparison();
checkStl.outOfBounds();
checkStl.outOfBoundsIndexExpression();
checkStl.pushback();
}
/** Simplified checks. The token list is simplified. */
@ -79,7 +80,6 @@ public:
checkStl.stlOutOfBounds();
checkStl.negativeIndex();
checkStl.erase();
checkStl.pushback();
checkStl.stlBoundaries();
checkStl.string_c_str();
checkStl.checkAutoPointer();