Fix "type qualifiers are meaningless here" warnings

This commit is contained in:
Gael Guennebaud
2013-02-28 19:29:32 +01:00
parent 0fac91ac22
commit e5bf4440c0
4 changed files with 8 additions and 8 deletions

View File

@@ -74,8 +74,8 @@ class Product : public ProductImpl<Lhs,Rhs,typename internal::promote_storage_ty
protected:
const LhsNested m_lhs;
const RhsNested m_rhs;
LhsNested m_lhs;
RhsNested m_rhs;
};
template<typename Lhs, typename Rhs>