mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
ReturnByValue is already non-copyable
(cherry picked from commit abbf95045009619f37bd92b45433eedbfcbe41cf)
This commit is contained in:
parent
4fb3459a23
commit
81b5fe2f0a
@ -131,8 +131,6 @@ protected:
|
|||||||
const T_SrcMat & m_src;
|
const T_SrcMat & m_src;
|
||||||
T_FftIfc & m_ifc;
|
T_FftIfc & m_ifc;
|
||||||
Index m_nfft;
|
Index m_nfft;
|
||||||
private:
|
|
||||||
fft_fwd_proxy& operator=(const fft_fwd_proxy&);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename T_SrcMat,typename T_FftIfc>
|
template<typename T_SrcMat,typename T_FftIfc>
|
||||||
@ -151,8 +149,6 @@ protected:
|
|||||||
const T_SrcMat & m_src;
|
const T_SrcMat & m_src;
|
||||||
T_FftIfc & m_ifc;
|
T_FftIfc & m_ifc;
|
||||||
Index m_nfft;
|
Index m_nfft;
|
||||||
private:
|
|
||||||
fft_inv_proxy& operator=(const fft_inv_proxy&);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user