ReturnByValue is already non-copyable

(cherry picked from commit abbf95045009619f37bd92b45433eedbfcbe41cf)
This commit is contained in:
Christoph Hertzberg 2021-02-27 16:16:35 +01:00
parent 4fb3459a23
commit 81b5fe2f0a

View File

@ -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&);
};