Use length_t instead of int for vec and mat lengths #584

This commit is contained in:
Christophe Riccio
2016-12-30 20:05:04 +01:00
parent b92fdf5a59
commit c2fe3fccf6
217 changed files with 4724 additions and 4799 deletions

View File

@@ -25,7 +25,7 @@ int test_defined()
return 0;
}
template <typename T>
template<typename T>
int test_equal()
{
int Error(0);