diff --git a/Eigen/src/Core/TriangularMatrix.h b/Eigen/src/Core/TriangularMatrix.h index 47c11ceb6..d4799fbc1 100644 --- a/Eigen/src/Core/TriangularMatrix.h +++ b/Eigen/src/Core/TriangularMatrix.h @@ -156,7 +156,7 @@ template class TriangularView typedef typename MatrixType::PlainObject DenseMatrixType; typedef typename MatrixType::Nested MatrixTypeNested; typedef typename ei_cleantype::type _MatrixTypeNested; - using TriangularBase >::evalToLazy; + using Base::evalToLazy; typedef typename ei_traits::StorageKind StorageKind; typedef typename ei_index::type Index;