Skip to content

Minor Modernisation Changes

Gerhard Raven requested to merge modernization into future
  • prefer binary operators as friend standalone over member functions
  • prefer service call which can be used with auto on lhs
  • prefer struct over class with only public data/functions
  • remove redundant protected qualifier

Merge request reports