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

@ -149,6 +149,8 @@ public:
m_stride(StrideType::OuterStrideAtCompileTime==Dynamic?0:StrideType::OuterStrideAtCompileTime, m_stride(StrideType::OuterStrideAtCompileTime==Dynamic?0:StrideType::OuterStrideAtCompileTime,
StrideType::InnerStrideAtCompileTime==Dynamic?0:StrideType::InnerStrideAtCompileTime) StrideType::InnerStrideAtCompileTime==Dynamic?0:StrideType::InnerStrideAtCompileTime)
{} {}
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(RefBase)
protected: protected: