mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 02:04:35 +00:00
Fixed build
This commit is contained in:
parent
2a332ac098
commit
1139f10a59
@ -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…
Reference in New Issue
Block a user