Add missing operator= in RefBase

This commit is contained in:
Gael Guennebaud 2013-02-07 17:49:16 +01:00
parent e21dc15386
commit 3c1ccca285

View File

@ -150,6 +150,8 @@ public:
StrideType::InnerStrideAtCompileTime==Dynamic?0:StrideType::InnerStrideAtCompileTime) StrideType::InnerStrideAtCompileTime==Dynamic?0:StrideType::InnerStrideAtCompileTime)
{} {}
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(RefBase)
protected: protected:
typedef Stride<StrideType::OuterStrideAtCompileTime,StrideType::InnerStrideAtCompileTime> StrideBase; typedef Stride<StrideType::OuterStrideAtCompileTime,StrideType::InnerStrideAtCompileTime> StrideBase;