Use length_t instead of int for vec and mat lengths #584
This commit is contained in:
@@ -25,7 +25,7 @@ int test_defined()
|
||||
return 0;
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
template<typename T>
|
||||
int test_equal()
|
||||
{
|
||||
int Error(0);
|
||||
|
||||
Reference in New Issue
Block a user