Remove integer C++11 workaround

This commit is contained in:
christophe
2025-10-19 16:11:45 +02:00
committed by Christophe
parent b2ae990346
commit c33f2fa56a
11 changed files with 62 additions and 231 deletions

View File

@@ -3,8 +3,6 @@
#include <glm/ext/vector_relational.hpp>
#include <glm/glm.hpp>
#if GLM_HAS_RANGE_FOR
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/range.hpp>
@@ -73,11 +71,3 @@ int main()
return Error;
}
#else
int main()
{
return 0;
}
#endif//GLM_HAS_RANGE_FOR