mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-16 11:23:14 +08:00
compilation fix in MapBase
This commit is contained in:
parent
caa1ef7515
commit
3e4307d8a8
@ -177,6 +177,8 @@ template<typename Derived> class MapBase
|
||||
return Base::operator=(other);
|
||||
}
|
||||
|
||||
using Base::operator*=;
|
||||
|
||||
template<typename OtherDerived>
|
||||
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
||||
{ return derived() = forceAligned() + other; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user