Fixed issue #57.

This commit is contained in:
Hauke Heibel
2009-09-25 10:12:09 +02:00
parent e58e9c842e
commit 2fbf5ce7df
2 changed files with 4 additions and 1 deletions

View File

@@ -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