mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix a coupe of warnings
This commit is contained in:
@@ -118,8 +118,8 @@ class PartialReduxExpr : ei_no_assignment_operator,
|
||||
typedef ResultType result_type; \
|
||||
template<typename Scalar, int Size> struct Cost \
|
||||
{ enum { value = COST }; }; \
|
||||
template<typename Derived> \
|
||||
inline ResultType operator()(const DenseBase<Derived>& mat) const \
|
||||
template<typename XprType> \
|
||||
inline ResultType operator()(const XprType& mat) const \
|
||||
{ return mat.MEMBER(); } \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user