mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +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);
|
||||
}
|
||||
|
||||
using Base::operator*=;
|
||||
|
||||
template<typename OtherDerived>
|
||||
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
||||
|
Loading…
Reference in New Issue
Block a user