diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h index 73e2a6418..56ee38fd3 100644 --- a/Eigen/src/Core/CommaInitializer.h +++ b/Eigen/src/Core/CommaInitializer.h @@ -89,7 +89,7 @@ struct CommaInitializer eigen_assert(m_row+m_currentBlockRows<=m_xpr.rows() && "Too many rows passed to comma initializer (operator<<)"); } - eigen_assert(m_col A1; - Matrix A2; - Matrix B; - B << A1, A2; - } - { - Matrix A1; - Matrix A2; - Matrix B; - B << A1, - A2; - } - } - }