forgot to include this file in previous commit

This commit is contained in:
Gael Guennebaud 2010-01-15 13:36:09 +01:00
parent d62ee0668f
commit dd4b2f044d

View File

@ -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) \