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
@ -176,6 +176,8 @@ template<typename Derived> class MapBase
|
|||||||
{
|
{
|
||||||
return Base::operator=(other);
|
return Base::operator=(other);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using Base::operator*=;
|
||||||
|
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user