From 3c74d6b7d4598196d9356510a686fb7f929cf04d Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sun, 27 Sep 2009 17:03:02 +0200 Subject: Added private, non-implemented assignment operators to functions that don't need them (fixes VC warning on /W4). --- Eigen/src/Core/CommaInitializer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/Core/CommaInitializer.h') diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h index e86f47ad0..328c5580c 100644 --- a/Eigen/src/Core/CommaInitializer.h +++ b/Eigen/src/Core/CommaInitializer.h @@ -116,6 +116,9 @@ 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