mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Tentative fix constexpr with GCC
This commit is contained in:
parent
81d626daf6
commit
68c7e7e50b
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@
|
|||
#else
|
||||
# define GLM_HAS_CONSTEXPR ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && GLM_HAS_INITIALIZER_LISTS && (\
|
||||
((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL17)) || \
|
||||
((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC5)) || \
|
||||
((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC15))))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue