Improved C++0x static_assert support

This commit is contained in:
Christophe Riccio
2010-11-12 18:58:55 +00:00
parent 8045560a26
commit 23ba487f03
13 changed files with 151 additions and 130 deletions

View File

@@ -25,7 +25,7 @@ namespace matrix_access
template <typename genType>
inline typename genType::row_type row(
genType & const m,
genType const & m,
int index)
{
typename genType::row_type Result;