mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-13 08:18:06 +08:00
fix a compilation pb with clang (it's actually surprising gcc did not complain)
This commit is contained in:
parent
cec297f77b
commit
b9bcd93ddc
@ -499,7 +499,7 @@ class DenseCoeffsBase<Derived, true> : public DenseCoeffsBase<Derived, false>
|
|||||||
const int row = rowIndexByOuterInner(outer,inner);
|
const int row = rowIndexByOuterInner(outer,inner);
|
||||||
const int col = colIndexByOuterInner(outer,inner);
|
const int col = colIndexByOuterInner(outer,inner);
|
||||||
// derived() is important here: copyCoeff() may be reimplemented in Derived!
|
// derived() is important here: copyCoeff() may be reimplemented in Derived!
|
||||||
derived().copyPacket<OtherDerived, StoreMode, LoadMode>(row, col, other);
|
derived().template copyPacket< OtherDerived, StoreMode, LoadMode>(row, col, other);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user