Browse Source

Fix hash message (#1205)

Co-authored-by: christophe <[email protected]>
Christophe 1 year ago
parent
commit
5ce98b7514
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/hash.hpp

+ 1 - 1
glm/gtx/hash.hpp

@@ -40,7 +40,7 @@
 #include "../mat4x3.hpp"
 #include "../mat4x3.hpp"
 #include "../mat4x4.hpp"
 #include "../mat4x4.hpp"
 
 
-#if __cplusplus >= 201103L
+#if __cplusplus < 201103L
 #pragma message("GLM_GTX_hash requires C++11 standard library support")
 #pragma message("GLM_GTX_hash requires C++11 standard library support")
 #endif
 #endif