mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Merge pull request #922 from karjonas/gcc_if_constexpr
Fix gcc if constexpr error #922
This commit is contained in:
commit
867a40acf5
@ -298,7 +298,7 @@
|
|||||||
# if (GLM_COMPILER & GLM_COMPILER_CLANG)
|
# if (GLM_COMPILER & GLM_COMPILER_CLANG)
|
||||||
# define GLM_HAS_IF_CONSTEXPR __has_feature(cxx_if_constexpr)
|
# define GLM_HAS_IF_CONSTEXPR __has_feature(cxx_if_constexpr)
|
||||||
# elif (GLM_COMPILER & GLM_COMPILER_GCC)
|
# 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)
|
# elif (GLM_LANG & GLM_LANG_CXX17_FLAG)
|
||||||
# define GLM_HAS_IF_CONSTEXPR 1
|
# define GLM_HAS_IF_CONSTEXPR 1
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user