mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Fix hash message
This commit is contained in:
parent
b6618171dd
commit
34133e038b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue