Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Tom Fischer's avatar
    e98e2f47
    [GL] Raster: Use std::copy. · e98e2f47
    Tom Fischer authored
    cppcheck message:
    Prefer prefix ++/-- operators for non-primitive types.. Prefix ++/--
    operators should be preferred for non-primitive types.
    Pre-increment/decrement can be more efficient than
    post-increment/decrement. Post-increment/decrement usually involves
    keeping a copy of the previous value around and adds a little extra
    code.
    e98e2f47
    History
    [GL] Raster: Use std::copy.
    Tom Fischer authored
    cppcheck message:
    Prefer prefix ++/-- operators for non-primitive types.. Prefix ++/--
    operators should be preferred for non-primitive types.
    Pre-increment/decrement can be more efficient than
    post-increment/decrement. Post-increment/decrement usually involves
    keeping a copy of the previous value around and adds a little extra
    code.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.