mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ENH: try to fix vs6 build
This commit is contained in:
+1
-2
@@ -91,8 +91,7 @@ public:
|
||||
void GetDocumentation(std::vector<cmDocumentationEntry>& v);
|
||||
|
||||
/** Represent a set of policy values. */
|
||||
typedef std::map<cmPolicies::PolicyID,
|
||||
cmPolicies::PolicyStatus> PolicyMap;
|
||||
typedef std::map<PolicyID, PolicyStatus> PolicyMap;
|
||||
|
||||
private:
|
||||
// might have to make these internal for VS6 not sure yet
|
||||
|
||||
Reference in New Issue
Block a user