Skip to content

cmStringAlgorithms: Modernize using cm::string_view and add cmStrCat

This adds the functions cmStrCat and cmCatViews to cmStringAlgorithms.

Also cmStrCmp, cmJoin and cmWrap are modernized using cm::string_view.

Merge request reports