Skip to content

RelationalCollection+CollectionBase+RootCollection: Fix cppcheck warnings.

  • Prefer pre-increment (or range-for) to postincrement.
  • Pass class instances by const reference, not by value.

Merge request reports