fix member order

This commit is contained in:
Gael Guennebaud 2016-12-01 17:06:20 +01:00
parent 9f297d57ae
commit 181138a1cb

View File

@ -261,8 +261,8 @@ class SparseCompressedBase<Derived>::ReverseInnerIterator
const StorageIndex* m_indices;
typedef internal::variable_if_dynamic<Index,Derived::IsVectorAtCompileTime?0:Dynamic> OuterType;
const OuterType m_outer;
Index m_id;
Index m_start;
Index m_id;
};
namespace internal {