瀏覽代碼

Fix hash message (#1205)

Co-authored-by: christophe <[email protected]>
Christophe 1 年之前
父節點
當前提交
5ce98b7514
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      glm/gtx/hash.hpp

+ 1 - 1
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