mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 09:49:03 +08:00
minor bugfix found using gcc-4.0
This commit is contained in:
parent
8afaeb4ad5
commit
752ec27293
@ -149,8 +149,6 @@ template<typename Derived> class MapBase
|
|||||||
&& cols > 0 && (ColsAtCompileTime == Dynamic || ColsAtCompileTime == cols));
|
&& cols > 0 && (ColsAtCompileTime == Dynamic || ColsAtCompileTime == cols));
|
||||||
}
|
}
|
||||||
|
|
||||||
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MapBase)
|
|
||||||
|
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
Derived& operator+=(const MatrixBase<OtherDerived>& other)
|
||||||
{ return derived() = forceAligned() + other; }
|
{ return derived() = forceAligned() + other; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user