BUG: Even more VS8 issues
This commit is contained in:
parent
98dc57c0ae
commit
ff50bb9f77
|
@ -1322,6 +1322,10 @@ std::string cmSystemTools::MakeXMLSafe(const char* str)
|
|||
}
|
||||
}
|
||||
}
|
||||
if ( result.size() == 0 )
|
||||
{
|
||||
return "";
|
||||
}
|
||||
return std::string(&*result.begin(), result.size());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue