Remove comma causing warning in c++03 mode.

This commit is contained in:
Rasmus Munk Larsen 2019-06-28 11:39:45 -07:00
parent 6e7c76481a
commit 70d4020ad9

View File

@ -119,8 +119,7 @@ struct TensorEvaluator<const TensorReverseOp<ReverseDimensions, ArgType>, Device
PreferBlockAccess = true,
Layout = TensorEvaluator<ArgType, Device>::Layout,
CoordAccess = false, // to be implemented
RawAccess = false,
RawAccess = false
};
typedef typename internal::remove_const<Scalar>::type ScalarNoConst;