mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Fixed build
This commit is contained in:
parent
2a332ac098
commit
1139f10a59
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue