temp workaround for gcc 7.3 (nw)

This commit is contained in:
MetalliC 2018-01-27 17:40:38 +02:00
parent ff61c2c50d
commit 9698154172

View file

@ -281,7 +281,7 @@
# define GLM_COMPILER (GLM_COMPILER_GCC70)
# elif (__GNUC__ == 7) && (__GNUC_MINOR__ == 1)
# define GLM_COMPILER (GLM_COMPILER_GCC71)
# elif (__GNUC__ == 7) && (__GNUC_MINOR__ == 2)
# elif (__GNUC__ == 7) && (__GNUC_MINOR__ >= 2)
# define GLM_COMPILER (GLM_COMPILER_GCC72)
# elif (__GNUC__ >= 8)
# define GLM_COMPILER (GLM_COMPILER_GCC80)