Some cleanup and renaming.

This commit is contained in:
Benoit Jacob
2007-12-16 12:41:37 +00:00
parent 7c38475291
commit 9314b8e024
15 changed files with 15 additions and 19 deletions

View File

@@ -60,7 +60,7 @@ struct ProductUnroller<Index, 0, Lhs, Rhs>
static void run(int, int, const Lhs&, const Rhs&, typename Lhs::Scalar&) {}
};
template<typename Lhs, typename Rhs> class Product : NoDefaultOperatorEquals,
template<typename Lhs, typename Rhs> class Product : NoOperatorEquals,
public MatrixBase<typename Lhs::Scalar, Product<Lhs, Rhs> >
{
public: