Skip to content

cmAlgorithms: Refactor cmHas{Prefix,Suffix} to accept cm::string_view

  • Refactors cmHas{Prefix,Suffix} to accept cm::string_view arguments
  • Adds cmHas{Prefix,Suffix} overloads that accept a char
  • Refactors cmStripSuffixIfExists to accept cm::string_view arguments
  • Adds cmStripSuffixIfExists overload that accepts a char
Edited by Sebastian Holtermann

Merge request reports