aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2021-02-27 16:16:35 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2021-02-27 18:44:26 +0100
commit81b5fe2f0a86078189d1b4f66810d158ece0ea0e (patch)
treea1f35ece891ad97f9fb1c455d5e476abdd64bbae /unsupported
parent4fb3459a2315b94541b122bc9fd16a26a8e861ec (diff)
ReturnByValue is already non-copyable
(cherry picked from commit abbf95045009619f37bd92b45433eedbfcbe41cf)
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/FFT4
1 files changed, 0 insertions, 4 deletions
diff --git a/unsupported/Eigen/FFT b/unsupported/Eigen/FFT
index cb99bd281..c8c311a60 100644
--- a/unsupported/Eigen/FFT
+++ b/unsupported/Eigen/FFT
@@ -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&);
};