mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
COMP: Some STL implementation do not provide clear on std::string
This commit is contained in:
@@ -79,7 +79,8 @@ const char* Directory::GetPath() const
|
||||
//----------------------------------------------------------------------------
|
||||
void Directory::Clear()
|
||||
{
|
||||
this->Internal->Path.clear();
|
||||
//this->Internal->Path.clear();
|
||||
this->Internal->Path = "";
|
||||
this->Internal->Files.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user