mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* remove empty destructors in Matrix.h and MatrixStorage.h
This commit is contained in:
@@ -536,9 +536,6 @@ class Matrix
|
||||
other.evalTo(*this);
|
||||
}
|
||||
|
||||
/** Destructor */
|
||||
inline ~Matrix() {}
|
||||
|
||||
/** \sa MatrixBase::operator=(const AnyMatrixBase<OtherDerived>&) */
|
||||
template<typename OtherDerived>
|
||||
EIGEN_STRONG_INLINE Matrix& operator=(const AnyMatrixBase<OtherDerived> &other)
|
||||
|
||||
Reference in New Issue
Block a user