Skip to content

cm::String: enhance compatibility with STL

Marc Chevrier requested to merge marc.chevrier/cmake:misc into master

Ensure that class cm::String:

  • have same behavior as std::string, especially regarding string_view handling.
  • do not interfere with standard declarations, especially comparison operators (i.r. operator==, etc...)

Topic-rename: cmsting-stl-compatibility

Merge request reports