From 5ce98b7514b888825e2569b47f5ebbcddfb035a2 Mon Sep 17 00:00:00 2001 From: Christophe <62888873+christophe-lunarg@users.noreply.github.com> Date: Sat, 30 Dec 2023 00:29:45 +0100 Subject: [PATCH] Fix hash message (#1205) Co-authored-by: christophe --- glm/gtx/hash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/hash.hpp b/glm/gtx/hash.hpp index f4324209..ef89290b 100644 --- a/glm/gtx/hash.hpp +++ b/glm/gtx/hash.hpp @@ -40,7 +40,7 @@ #include "../mat4x3.hpp" #include "../mat4x4.hpp" -#if __cplusplus >= 201103L +#if __cplusplus < 201103L #pragma message("GLM_GTX_hash requires C++11 standard library support") #endif