fix some compilation issues with clang (and hopefully bring eigen more

close to std ?)
This commit is contained in:
Thomas Capricelli
2010-05-21 01:39:33 +02:00
parent 17d080edf2
commit 2ab446695b
4 changed files with 10 additions and 9 deletions

View File

@@ -152,6 +152,7 @@ template<typename _MatrixType, unsigned int _Mode> class TriangularView
typedef typename MatrixType::PlainObject DenseMatrixType;
typedef typename MatrixType::Nested MatrixTypeNested;
typedef typename ei_cleantype<MatrixTypeNested>::type _MatrixTypeNested;
using TriangularBase<TriangularView<_MatrixType, _Mode> >::evalToLazy;
enum {
Mode = _Mode,