Fix compilation with GCC

This commit is contained in:
Gael Guennebaud 2014-09-29 18:28:18 +02:00
parent 842e31cf5c
commit 56a0bbbbee

View File

@ -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;