mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-13 00:21:49 +08:00
Fix extra semicolon in DeviceWrapper
This commit is contained in:
parent
d28041ed5a
commit
43810fc1be
@ -66,7 +66,7 @@ struct AssignmentWithDevice<DstXprType, Product<Lhs, Rhs, Options>, Functor, Dev
|
|||||||
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void run(DstXprType& dst, const SrcXprType& src, const Functor& func,
|
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void run(DstXprType& dst, const SrcXprType& src, const Functor& func,
|
||||||
Device&) {
|
Device&) {
|
||||||
Base::run(dst, src, func);
|
Base::run(dst, src, func);
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// specialization for coeffcient-wise assignment
|
// specialization for coeffcient-wise assignment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user