mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
COMP: Use cmOStringStream not ostringstream
This commit is contained in:
@@ -55,7 +55,7 @@ int cmXMLParser::ParseFile(const char* file)
|
||||
return 0;
|
||||
}
|
||||
|
||||
ostringstream str;
|
||||
cmOStringStream str;
|
||||
str << ifs.rdbuf();
|
||||
return this->Parse(str.str().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user