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
b70cb483
Commit
b70cb483
authored
May 16, 2018
by
Paul
Browse files
Fix original file
parent
45fa26fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
tools/include/operation.hpp
tools/include/operation.hpp
+4
-5
No files found.
tools/include/operation.hpp
View file @
b70cb483
...
@@ -13,14 +13,13 @@ namespace rtg {
...
@@ -13,14 +13,13 @@ namespace rtg {
namespace
operation_stream
{
namespace
operation_stream
{
template
<
class
T
>
template
<
class
T
>
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
T
&
x
)
auto
operator
<<
(
std
::
ostream
&
os
,
const
T
&
x
)
->
decltype
(
os
<<
x
.
name
())
{
{
os
<<
x
.
name
();
return
os
<<
x
.
name
();
return
os
;
}
}
}
}
// namespace operation_stream
<%
<%
interface
(
'
operation
'
,
interface
(
'
operation
'
,
...
...
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