ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.

This commit is contained in:
Bill Hoffman
2001-08-22 11:58:17 -04:00
parent 032106c337
commit ddd5a7d729
10 changed files with 39 additions and 26 deletions
+1 -1
View File
@@ -139,6 +139,6 @@ private:
std::set<std::string> m_Utilities;
};
typedef std::map<std::string,cmTarget> cmTargets;
typedef std::map<cmStdString,cmTarget> cmTargets;
#endif