mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
Fix compilation with GCC
This commit is contained in:
parent
842e31cf5c
commit
56a0bbbbee
@ -54,7 +54,7 @@ template<typename Derived> class DenseBase
|
|||||||
/** Inner iterator type to iterate over the coefficients of a row or column.
|
/** Inner iterator type to iterate over the coefficients of a row or column.
|
||||||
* \sa class InnerIterator
|
* \sa class InnerIterator
|
||||||
*/
|
*/
|
||||||
typedef InnerIterator<Derived> InnerIterator;
|
typedef Eigen::InnerIterator<Derived> InnerIterator;
|
||||||
|
|
||||||
typedef typename internal::traits<Derived>::StorageKind StorageKind;
|
typedef typename internal::traits<Derived>::StorageKind StorageKind;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user