diff --git a/Eigen/src/Core/MapBase.h b/Eigen/src/Core/MapBase.h index 58afd68ab..30dc838d1 100644 --- a/Eigen/src/Core/MapBase.h +++ b/Eigen/src/Core/MapBase.h @@ -149,8 +149,6 @@ template class MapBase && cols > 0 && (ColsAtCompileTime == Dynamic || ColsAtCompileTime == cols)); } - EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MapBase) - template Derived& operator+=(const MatrixBase& other) { return derived() = forceAligned() + other; }