mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-17 20:03:17 +08:00
Fix bug #133: remove the EIGEN_RESTRICT which was useless here anyway
This commit is contained in:
parent
f2c18f2e37
commit
68fe80861c
@ -172,7 +172,7 @@ template<typename Derived> class MapBase<Derived, ReadOnlyAccessors>
|
|||||||
&& "data is not aligned");
|
&& "data is not aligned");
|
||||||
}
|
}
|
||||||
|
|
||||||
PointerType EIGEN_RESTRICT m_data;
|
PointerType m_data;
|
||||||
const internal::variable_if_dynamic<Index, RowsAtCompileTime> m_rows;
|
const internal::variable_if_dynamic<Index, RowsAtCompileTime> m_rows;
|
||||||
const internal::variable_if_dynamic<Index, ColsAtCompileTime> m_cols;
|
const internal::variable_if_dynamic<Index, ColsAtCompileTime> m_cols;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user