Fixed build

This commit is contained in:
Christophe Riccio 2018-06-02 00:25:58 +02:00
parent 2a332ac098
commit 1139f10a59

View File

@ -300,7 +300,7 @@ namespace min_
return y ^ ((x ^ y) & -(x < y));
}
static int perf(int Count)
static int perf(std::size_t Count)
{
std::vector<int> A(Count);
std::vector<int> B(Count);