mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fix hash message (#1205)
Co-authored-by: christophe <christophe@g-truc.net>
This commit is contained in:
parent
b6618171dd
commit
5ce98b7514
@ -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…
Reference in New Issue
Block a user