mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
use cmstdstring in maps
This commit is contained in:
@@ -63,7 +63,7 @@ protected:
|
||||
};
|
||||
|
||||
typedef std::vector< Pair > VectorOfPairs;
|
||||
typedef std::map<std::string, VectorOfPairs > StringToVectorOfPairs;
|
||||
typedef std::map<cmStdString, VectorOfPairs > StringToVectorOfPairs;
|
||||
|
||||
StringToVectorOfPairs m_WatchMap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user