Commit 64d72ee7 by Ismael

changed complexity_n from int to size_t

parent 5e10e120
...@@ -70,7 +70,7 @@ class BenchmarkReporter { ...@@ -70,7 +70,7 @@ class BenchmarkReporter {
// Keep track of arguments to compute asymptotic complexity // Keep track of arguments to compute asymptotic complexity
BigO complexity; BigO complexity;
int complexity_n; size_t complexity_n;
// Inform print function whether the current run is a complexity report // Inform print function whether the current run is a complexity report
bool report_big_o; bool report_big_o;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment