mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Use internal::ref_selector to avoid holding a reference to a RHS expression.
This commit is contained in:
committed by
Antonio Sánchez
parent
ea62c937ed
commit
4ad30a73fc
@@ -77,7 +77,7 @@ public:
|
||||
|
||||
protected:
|
||||
const Decomposition &m_dec;
|
||||
const RhsType &m_rhs;
|
||||
const typename internal::ref_selector<RhsType>::type m_rhs;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user