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
80a0627d
Commit
80a0627d
authored
Oct 18, 2018
by
Paul
Browse files
Fix warning on gcc
parent
74a3ac57
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/include/migraph/functional.hpp
src/include/migraph/functional.hpp
+5
-0
No files found.
src/include/migraph/functional.hpp
View file @
80a0627d
...
...
@@ -87,6 +87,11 @@ constexpr void each_args(F f, Ts&&... xs)
swallow
{(
f
(
std
::
forward
<
Ts
>
(
xs
)),
0
)...};
}
template
<
class
F
>
constexpr
void
each_args
(
F
)
{
}
/// Implements a fix-point combinator
template
<
class
R
,
class
F
>
detail
::
fix_f
<
R
,
F
>
fix
(
F
f
)
...
...
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