mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +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;
|
||||
T_FftIfc & m_ifc;
|
||||
Index m_nfft;
|
||||
private:
|
||||
fft_fwd_proxy& operator=(const fft_fwd_proxy&);
|
||||
};
|
||||
|
||||
template<typename T_SrcMat,typename T_FftIfc>
|
||||
@ -151,8 +149,6 @@ protected:
|
||||
const T_SrcMat & m_src;
|
||||
T_FftIfc & m_ifc;
|
||||
Index m_nfft;
|
||||
private:
|
||||
fft_inv_proxy& operator=(const fft_inv_proxy&);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user