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
Chuck Atkins
KWSys
Commits
21638b1d
Commit
21638b1d
authored
Mar 02, 2006
by
Bill Hoffman
Browse files
ENH: fix std in kwsys, has to be kwsys_stl
parent
d3a9692e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Registry.cxx
View file @
21638b1d
...
...
@@ -267,7 +267,6 @@ bool Registry::DeleteValue(const char *subkey, const char *key)
if
(
!
this
->
Open
(
this
->
GetTopLevel
(),
subkey
,
Registry
::
READWRITE
)
)
{
std
::
cerr
<<
"Failed to open
\n
"
;
return
res
;
}
open
=
true
;
...
...
SystemTools.cxx
View file @
21638b1d
...
...
@@ -1923,7 +1923,7 @@ kwsys_stl::string SystemTools::FindProgram(
{
return
""
;
}
st
d
::
string
ext
=
SystemTools
::
GetExecutableExtension
();
kwsys_
st
l
::
string
ext
=
SystemTools
::
GetExecutableExtension
();
if
(
ext
.
size
())
{
unsigned
int
len
=
strlen
(
name
);
...
...
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