From dd4b2f044db8095c711ca39bed300699a2c71529 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 15 Jan 2010 13:36:09 +0100 Subject: [PATCH] forgot to include this file in previous commit --- Eigen/src/Core/util/Macros.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 4ea5013f7..34020b7ba 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -275,10 +275,6 @@ using Eigen::ei_cos; #endif #define EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Derived) \ - using Base::operator +=; \ - using Base::operator -=; \ - using Base::operator *=; \ - using Base::operator /=; \ EIGEN_INHERIT_ASSIGNMENT_EQUAL_OPERATOR(Derived) #define _EIGEN_GENERIC_PUBLIC_INTERFACE(Derived) \