mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Port all cmOStringStream to std::ostringstream.
All compilers hosting CMake support the std class.
This commit is contained in:
@@ -769,7 +769,7 @@ void CCONV cmSourceFileSetName(void *arg, const char* name, const char* dir,
|
||||
}
|
||||
}
|
||||
|
||||
cmOStringStream e;
|
||||
std::ostringstream e;
|
||||
e << "Cannot find source file \"" << pathname << "\"";
|
||||
e << "\n\nTried extensions";
|
||||
for( std::vector<std::string>::const_iterator ext = sourceExts.begin();
|
||||
|
||||
Reference in New Issue
Block a user