Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
c7b2d0ae
Commit
c7b2d0ae
authored
Jun 21, 2022
by
Paul
Browse files
Add const
parent
30b7e786
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/driver/argument_parser.hpp
src/driver/argument_parser.hpp
+1
-1
No files found.
src/driver/argument_parser.hpp
View file @
c7b2d0ae
...
@@ -380,7 +380,7 @@ struct argument_parser
...
@@ -380,7 +380,7 @@ struct argument_parser
template
<
class
T
>
template
<
class
T
>
void
set_exe_name_to
(
T
&
x
)
void
set_exe_name_to
(
T
&
x
)
{
{
actions
.
push_back
([
&
](
auto
&
self
)
{
x
=
self
.
exe_name
;
});
actions
.
push_back
([
&
](
const
auto
&
self
)
{
x
=
self
.
exe_name
;
});
}
}
bool
bool
...
...
Write
Preview
Markdown
is supported
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