mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove useless using comp. assignment operators
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user