diff --git a/test/gtx/gtx_span.cpp b/test/gtx/gtx_span.cpp index 6a66f437..4ef0dbc9 100644 --- a/test/gtx/gtx_span.cpp +++ b/test/gtx/gtx_span.cpp @@ -3,10 +3,11 @@ #include #include +#if (GLM_LANG & GLM_LANG_CXX20_FLAG) && defined(__cpp_lib_span) && __cpp_lib_span >= 202002L + #define GLM_ENABLE_EXPERIMENTAL #include -#if (GLM_LANG & GLM_LANG_CXX20_FLAG) && defined(__cpp_lib_span) && __cpp_lib_span >= 202002L static int test_span_vec2() { int Error = 0;