We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include <glm/gtx/span.hpp>
1 parent 65654cb commit ab646d5Copy full SHA for ab646d5
test/gtx/gtx_span.cpp
@@ -3,10 +3,11 @@
3
#include <glm/ext/vector_relational.hpp>
4
#include <glm/glm.hpp>
5
6
+#if (GLM_LANG & GLM_LANG_CXX20_FLAG) && defined(__cpp_lib_span) && __cpp_lib_span >= 202002L
7
+
8
#define GLM_ENABLE_EXPERIMENTAL
9
10
-#if (GLM_LANG & GLM_LANG_CXX20_FLAG) && defined(__cpp_lib_span) && __cpp_lib_span >= 202002L
11
static int test_span_vec2()
12
{
13
int Error = 0;
0 commit comments