one more gcc 3.3 fix

This commit is contained in:
Gael Guennebaud 2009-05-06 10:51:46 +00:00
parent db079f3a8c
commit 3361ad4589

View File

@ -78,7 +78,7 @@ public:
/** Concatenates a uniform scaling and a linear transformation matrix */ /** Concatenates a uniform scaling and a linear transformation matrix */
// TODO returns an expression // TODO returns an expression
template<typename Derived> template<typename Derived>
inline typename ei_eval<Derived>::type operator* (const MatrixBase<Derived>& other) const inline typename ei_plain_matrix_type<Derived>::type operator* (const MatrixBase<Derived>& other) const
{ return other * m_factor; } { return other * m_factor; }
template<typename Derived,int Dim> template<typename Derived,int Dim>