mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
Merge pull request #922 from karjonas/gcc_if_constexpr
Fix gcc if constexpr error #922
This commit is contained in:
commit
867a40acf5
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@
|
|||
# if (GLM_COMPILER & GLM_COMPILER_CLANG)
|
||||
# define GLM_HAS_IF_CONSTEXPR __has_feature(cxx_if_constexpr)
|
||||
# elif (GLM_COMPILER & GLM_COMPILER_GCC)
|
||||
# define GLM_HAS_IF_CONSTEXPR GLM_COMPILER >= GLM_COMPILER_GCC7
|
||||
# define GLM_HAS_IF_CONSTEXPR (__cplusplus >= 201703L)
|
||||
# elif (GLM_LANG & GLM_LANG_CXX17_FLAG)
|
||||
# define GLM_HAS_IF_CONSTEXPR 1
|
||||
# else
|
||||
|
|
Loading…
Add table
Reference in a new issue