From 811ec5bfcb8bbd25e1ca48b97a8ecbe25a3b6564 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 3 Sep 2013 21:42:59 +0200 Subject: [PATCH] Another compilation fix with ICC/MSVC combo (grafted from eda2f8948a4948ad9225f9baa9f1a737d69976ba ) --- Eigen/src/SparseCore/SparseBlock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Eigen/src/SparseCore/SparseBlock.h b/Eigen/src/SparseCore/SparseBlock.h index b6a2d232c..16a20a574 100644 --- a/Eigen/src/SparseCore/SparseBlock.h +++ b/Eigen/src/SparseCore/SparseBlock.h @@ -393,6 +393,8 @@ public: protected: friend class InnerIterator; friend class ReverseInnerIterator; + + EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl) typename XprType::Nested m_matrix; const internal::variable_if_dynamic m_startRow;