remove useless using comp. assignment operators

This commit is contained in:
Gael Guennebaud
2010-01-15 13:34:28 +01:00
parent 76a355817b
commit d62ee0668f
4 changed files with 8 additions and 27 deletions

View File

@@ -78,10 +78,6 @@ template<typename VectorType, int Size> class VectorBlock
_EIGEN_GENERIC_PUBLIC_INTERFACE(VectorBlock)
using Base::operator=;
using Base::operator+=;
using Base::operator-=;
using Base::operator*=;
using Base::operator/=;
/** Dynamic-size constructor
*/