mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
Remove c_str calls when using stream APIs.
Use an ad-hoc clang tool for matching the calls which should be ported.
This commit is contained in:
@@ -293,7 +293,7 @@ int cmCommandArgumentParserHelper::ParseString(const char* str, int verb)
|
||||
if ( Verbose )
|
||||
{
|
||||
std::cerr << "Expanding [" << str << "] produced: ["
|
||||
<< this->Result.c_str() << "]" << std::endl;
|
||||
<< this->Result << "]" << std::endl;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user