提交 2304a561 编写于 作者: R Roman Donchenko

Fixed a -Wenum-compare warning in cudev.

上级 556028ef
......@@ -152,7 +152,7 @@ template <typename T> struct TypeTraits
template <typename A, typename B> struct LargerType
{
typedef typename SelectIf<
VecTraits<A>::cn != VecTraits<B>::cn,
unsigned(VecTraits<A>::cn) != unsigned(VecTraits<B>::cn),
void,
typename MakeVec<
typename type_traits_detail::LargerDepth<
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册