From 832045d363a6edf59d4dc4ad0cfbe02272dcce3c Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Mon, 14 Dec 2009 10:32:43 +0100 Subject: Warning 4512 (assignment operators could not be generated) is now simply disabled. All unimplemented assignment operators have been removed. --- Eigen/src/Geometry/Homogeneous.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Eigen/src/Geometry/Homogeneous.h') diff --git a/Eigen/src/Geometry/Homogeneous.h b/Eigen/src/Geometry/Homogeneous.h index f2a2fe73e..229fd80b3 100644 --- a/Eigen/src/Geometry/Homogeneous.h +++ b/Eigen/src/Geometry/Homogeneous.h @@ -241,8 +241,6 @@ struct ei_homogeneous_left_product_impl,Lhs> const typename Lhs::Nested m_lhs; const typename MatrixType::Nested m_rhs; -private: - ei_homogeneous_left_product_impl& operator=(const ei_homogeneous_left_product_impl&); }; template @@ -281,9 +279,6 @@ struct ei_homogeneous_right_product_impl,Rhs> const typename MatrixType::Nested m_lhs; const typename Rhs::Nested m_rhs; - -private: - ei_homogeneous_right_product_impl& operator=(const ei_homogeneous_right_product_impl&); }; #endif // EIGEN_HOMOGENEOUS_H -- cgit v1.2.3