Fixed build
This commit is contained in:
parent
2a332ac098
commit
1139f10a59
@ -300,7 +300,7 @@ namespace min_
|
|||||||
return y ^ ((x ^ y) & -(x < y));
|
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> A(Count);
|
||||||
std::vector<int> B(Count);
|
std::vector<int> B(Count);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user