Skip to content

cmProp: cm::string_view cast operator must be explicit

To avoid ambiguity on std::string assigment between the following two cmProp cast operators:

  • operator const std::string&() const noexcept
  • operator cm::string_view() const noexcept

Merge request reports