mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix some compilation issues with clang (and hopefully bring eigen more
close to std ?)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user