Browse Source

Added GCC49 detection

Christophe Riccio 12 years ago
parent
commit
55c242c15c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/core/setup.hpp

+ 1 - 0
glm/core/setup.hpp

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