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/Core/CommaInitializer.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Eigen/src/Core/CommaInitializer.h') diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h index 328c5580c..e86f47ad0 100644 --- a/Eigen/src/Core/CommaInitializer.h +++ b/Eigen/src/Core/CommaInitializer.h @@ -116,9 +116,6 @@ struct CommaInitializer int m_row; // current row id int m_col; // current col id int m_currentBlockRows; // current block height - -private: - CommaInitializer& operator=(const CommaInitializer&); }; /** \anchor MatrixBaseCommaInitRef -- cgit v1.2.3