mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
make SparseSolverBase and IterativeSolverBase move constructable
This commit is contained in:
@@ -75,6 +75,8 @@ class SparseSolverBase : internal::noncopyable
|
||||
: m_isInitialized(false)
|
||||
{}
|
||||
|
||||
SparseSolverBase(SparseSolverBase&&other ) : internal::noncopyable{}, m_isInitialized{other.m_isInitialized} {}
|
||||
|
||||
~SparseSolverBase()
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user