mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix copy ctor prototype.
This commit is contained in:
@@ -379,7 +379,7 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >
|
||||
mutable bool m_extractedDataAreDirty;
|
||||
|
||||
private:
|
||||
UmfPackLU(UmfPackLU& ) { }
|
||||
UmfPackLU(const UmfPackLU& ) { }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user