mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 01:06:47 +08:00
Added GCC49 detection
This commit is contained in:
parent
b9afb5e8b3
commit
55c242c15c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user