mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
c768e398f9
Most callers already have a std::string, on which they called c_str() to pass it into these methods, which internally converted it back to std::string. Pass a std::string directly to these methods now, avoiding all these conversions. Those methods that only pass in a const char* will get the conversion to std::string now only once.
10 KiB
10 KiB