compilation fix in MapBase

This commit is contained in:
Gael Guennebaud 2009-03-10 09:06:38 +00:00
parent caa1ef7515
commit 3e4307d8a8

View File

@ -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)