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
8f0571dc
Commit
8f0571dc
authored
Oct 11, 2023
by
lakhinderwalia
Browse files
cppcheck warning fix for a previous checkin
parent
a50cb302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/migraphx/instruction_ref.hpp
src/include/migraphx/instruction_ref.hpp
+1
-1
No files found.
src/include/migraphx/instruction_ref.hpp
View file @
8f0571dc
...
@@ -57,7 +57,7 @@ struct instruction_ref : std::list<instruction>::iterator
...
@@ -57,7 +57,7 @@ struct instruction_ref : std::list<instruction>::iterator
std
::
is_same
<
U
,
instruction_ref
>
{})
>
std
::
is_same
<
U
,
instruction_ref
>
{})
>
friend
bool
operator
!=
(
const
T
&
x
,
const
U
&
y
)
friend
bool
operator
!=
(
const
T
&
x
,
const
U
&
y
)
{
{
return
!
(
x
==
y
);
return
(
not
x
==
y
);
}
}
};
};
#else
#else
...
...
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