mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 14:05:01 +00:00
Removed a static_assert
This commit is contained in:
parent
2a0d6e804b
commit
98a277d6af
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ int test_vec4_swizzle()
|
|||
Error += A == B ? 0 : 1;
|
||||
Error += A == C ? 0 : 1;
|
||||
|
||||
|
||||
static_assert(sizeof(int) <= 4, "Test");
|
||||
return Error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue