Added GCC49 detection

master
Christophe Riccio ago%!(EXTRA string=12 years)
parent b9afb5e8b3
commit 55c242c15c
  1. 1
      glm/core/setup.hpp

@ -154,6 +154,7 @@
#define GLM_COMPILER_GCC46 0x020000D0
#define GLM_COMPILER_GCC47 0x020000E0
#define GLM_COMPILER_GCC48 0x020000F0
#define GLM_COMPILER_GCC49 0x02000100
// G++ command line to display defined
// echo "" | g++ -E -dM -x c++ - | sort

Loading…
Cancel
Save