mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix some compilation errors with ICC and -strict-ansi
This commit is contained in:
@@ -57,7 +57,7 @@ class LU : public FullPivLU<MatrixType>
|
||||
> ImageResultType;
|
||||
|
||||
typedef FullPivLU<MatrixType> Base;
|
||||
LU() : Base() {}
|
||||
LU() : Base(), m_originalMatrix() {}
|
||||
|
||||
template<typename T>
|
||||
explicit LU(const T& t) : Base(t), m_originalMatrix(t) {}
|
||||
|
||||
Reference in New Issue
Block a user