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:
Stephen Kelly
2014-03-11 13:35:32 +01:00
parent 21c573f682
commit af8a1643c1
49 changed files with 297 additions and 297 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ bool cmSourceGroupCommand
else
{
cmOStringStream err;
err << "Unknown argument \"" << args[i].c_str() << "\". "
err << "Unknown argument \"" << args[i] << "\". "
<< "Perhaps the FILES keyword is missing.\n";
this->SetError(err.str());
return false;