Skip to content

Modernize PatAlgorithms

Gerhard Raven requested to merge modernize-patalgorithms into master
  • prefer implicit destructors
  • prefer Gaudi::Property
  • remove obsolete CVS/SVN keywords
  • prefer inheriting constructors (requires on !432 (merged))
  • prefer standalone function in anonymous namespace over member functions which do not interact with their class
  • prefer STL algorithms
  • prefer assignment of std::initializer_list over repeated push_backs

Merge request reports