Fix hash message (#1205)

Co-authored-by: christophe <christophe@g-truc.net>
master
Christophe ago%!(EXTRA string=1 year) committed by GitHub
parent b6618171dd
commit 5ce98b7514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save