Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
c34e90c2
Commit
c34e90c2
authored
Oct 20, 2023
by
charlie
Browse files
Small change to value_parser
parent
6ae4227a
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 @
c34e90c2
...
@@ -191,7 +191,7 @@ struct value_parser
...
@@ -191,7 +191,7 @@ struct value_parser
template
<
class
T
>
template
<
class
T
>
struct
value_parser
<
std
::
optional
<
T
>>
struct
value_parser
<
std
::
optional
<
T
>>
{
{
static
T
apply
(
const
std
::
string
&
x
)
{
return
value_parser
<
T
>::
apply
(
x
);
}
static
std
::
optional
<
T
>
apply
(
const
std
::
string
&
x
)
{
return
value_parser
<
T
>::
apply
(
x
);
}
};
};
struct
argument_parser
struct
argument_parser
...
...
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