mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 06:25:00 +00:00
Added GCC49 detection
This commit is contained in:
parent
b9afb5e8b3
commit
55c242c15c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue