Require C++ 17 support to build with GLM

This commit is contained in:
christophe
2025-10-18 14:23:03 +02:00
parent 9ce89d682b
commit a88bd16b7f
190 changed files with 3838 additions and 5210 deletions

View File

@@ -10,7 +10,7 @@ struct swizzleStruct
struct vec2
{
GLM_CONSTEXPR vec2() :
constexpr vec2() :
x(0), y(0)
{}