diff --git a/lib/checkstl.h b/lib/checkstl.h index e2ecec8cc..c934da807 100644 --- a/lib/checkstl.h +++ b/lib/checkstl.h @@ -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();