mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Fixed test build
This commit is contained in:
parent
baca827371
commit
e264f3f17c
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ static int test_ctor()
|
|||
{
|
||||
int Error = 0;
|
||||
|
||||
# if GLM_HAS_CONSTEXPR && GLM_ARCH == GLM_ARCH_PURE
|
||||
# if GLM_HAS_CONSTEXPR_CXX11
|
||||
{
|
||||
constexpr glm::aligned_ivec4 v(1);
|
||||
|
||||
|
@ -121,7 +121,7 @@ static int test_ctor()
|
|||
Error += v.z == 1 ? 0 : 1;
|
||||
Error += v.w == 1 ? 0 : 1;
|
||||
}
|
||||
# endif
|
||||
# endif//GLM_HAS_CONSTEXPR_CXX11
|
||||
|
||||
return Error;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue