mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Port all cmOStringStream to std::ostringstream.
All compilers hosting CMake support the std class.
This commit is contained in:
@@ -98,7 +98,7 @@ bool cmIncludeCommand
|
||||
if (gg->IsExportedTargetsFile(fname_abs))
|
||||
{
|
||||
const char *modal = 0;
|
||||
cmOStringStream e;
|
||||
std::ostringstream e;
|
||||
cmake::MessageType messageType = cmake::AUTHOR_WARNING;
|
||||
|
||||
switch(this->Makefile->GetPolicyStatus(cmPolicies::CMP0024))
|
||||
|
||||
Reference in New Issue
Block a user