Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
  2. Oct 14, 2020
  3. Oct 13, 2020
    • scott snyder's avatar
      PixelGeoModel: Fix cppcheck warnings. · 58318761
      scott snyder authored
       - Disable copy ctors/assignment for some classes that manage memory.
       - Pass class instances via const reference, not by value.
       - Prefer using an initialization list to initializing members
         in a ctor body.
       - Prefer preincrement to postincrement for iterators.
       
      58318761
Loading