Fixed build

master
Christophe Riccio ago%!(EXTRA string=7 years)
parent 2a332ac098
commit 1139f10a59
  1. 2
      test/core/core_func_common.cpp

@ -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…
Cancel
Save