Skip to content

cmGeneratedFileStream: Accept `std::string const&` as argument

  • Lets methods of cmGeneratedFileStream accept std::string const& as argument instead of const char*.

  • Removes all now redundant calls to std::string::c_str when using cmGeneratedFileStream methods (clang-tidy generated patch).

Merge request reports