aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-12-14 10:32:43 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-12-14 10:32:43 +0100
commit832045d363a6edf59d4dc4ad0cfbe02272dcce3c (patch)
tree3731ca27621cde14807d93cb70b24c04ea42ad94 /Eigen/src/Geometry
parent4498864fc83340f3f52a55c12027faac19d1ede1 (diff)
Warning 4512 (assignment operators could not be generated) is now simply disabled.
All unimplemented assignment operators have been removed.
Diffstat (limited to 'Eigen/src/Geometry')
-rw-r--r--Eigen/src/Geometry/Homogeneous.h5
1 files changed, 0 insertions, 5 deletions
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<Homogeneous<MatrixType,Vertical>,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<typename MatrixType,typename Rhs>
@@ -281,9 +279,6 @@ struct ei_homogeneous_right_product_impl<Homogeneous<MatrixType,Horizontal>,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