|
|
@ -49,7 +49,7 @@ int test_vec4_ctor() |
|
|
|
Error += glm::all(glm::equal(A, B)) ? 0 : 1; |
|
|
|
Error += glm::all(glm::equal(A, B)) ? 0 : 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#if (GLM_LANG & GLM_LANG_CXX11_FLAG) || (GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC12) |
|
|
|
# if GLM_HAS_TRIVIAL_QUERIES |
|
|
|
// Error += std::is_trivially_default_constructible<glm::vec4>::value ? 0 : 1;
|
|
|
|
// Error += std::is_trivially_default_constructible<glm::vec4>::value ? 0 : 1;
|
|
|
|
// Error += std::is_trivially_copy_assignable<glm::vec4>::value ? 0 : 1;
|
|
|
|
// Error += std::is_trivially_copy_assignable<glm::vec4>::value ? 0 : 1;
|
|
|
|
Error += std::is_trivially_copyable<glm::vec4>::value ? 0 : 1; |
|
|
|
Error += std::is_trivially_copyable<glm::vec4>::value ? 0 : 1; |
|
|
|