mirror of
https://github.com/g-truc/glm.git
synced 2026-09-08 19:48:07 +00:00
Removed initializer list C++98 workarounds
This commit is contained in:
@@ -64,9 +64,7 @@ static int test_relational()
|
||||
template <typename genType>
|
||||
static int test_constexpr()
|
||||
{
|
||||
# if GLM_HAS_CONSTEXPR
|
||||
static_assert(genType::length() == 1, "GLM: Failed constexpr");
|
||||
# endif
|
||||
static_assert(genType::length() == 1, "GLM: Failed constexpr");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user