Fix hash message (#1205)

Co-authored-by: christophe <christophe@g-truc.net>
This commit is contained in:
Christophe 2023-12-30 00:29:45 +01:00 committed by GitHub
parent b6618171dd
commit 5ce98b7514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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