Skip to content
GitLab
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
eff6a204
Commit
eff6a204
authored
Jan 09, 2003
by
Bill Hoffman
Browse files
use cmstdstring in maps
parent
57c97f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmVariableWatch.h
View file @
eff6a204
...
...
@@ -63,7 +63,7 @@ protected:
};
typedef
std
::
vector
<
Pair
>
VectorOfPairs
;
typedef
std
::
map
<
std
::
s
tring
,
VectorOfPairs
>
StringToVectorOfPairs
;
typedef
std
::
map
<
cmStdS
tring
,
VectorOfPairs
>
StringToVectorOfPairs
;
StringToVectorOfPairs
m_WatchMap
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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