Skip to content

Simplify PrChecker

Gerhard Raven requested to merge simplify-PrCheckerAlgorithm into master
  • change logic to only need enum -> string lookup, and not vice-versa
  • use boost::replace_first instead of implementing the same functionality
  • prefer STL algorithms over raw loops
Edited by Sascha Stahl

Merge request reports