Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
c9514dc0
Commit
c9514dc0
authored
Mar 02, 2008
by
Ken Martin
Browse files
COMP: possible fix for VS6, but probably not, probably need tomake it internal
parent
7b5d1c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmPolicies.h
View file @
c9514dc0
...
...
@@ -78,8 +78,9 @@ public:
std
::
string
GetRequiredPolicyError
(
cmPolicies
::
PolicyID
id
);
private:
std
::
map
<
cmPolicies
::
PolicyID
,
cmPolicy
*>
Policies
;
std
::
map
<
std
::
string
,
cmPolicies
::
PolicyID
>
PolicyStringMap
;
// might have to make these internal for VS6 not sure yet
std
::
map
<
PolicyID
,
cmPolicy
*>
Policies
;
std
::
map
<
std
::
string
,
PolicyID
>
PolicyStringMap
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment