Update setup.hpp
This commit is contained in:
parent
b0f6910f0c
commit
94f685c111
@ -297,14 +297,14 @@
|
|||||||
#if GLM_HAS_CONSTEXPR
|
#if GLM_HAS_CONSTEXPR
|
||||||
# if (GLM_COMPILER & GLM_COMPILER_CLANG )
|
# if (GLM_COMPILER & GLM_COMPILER_CLANG )
|
||||||
# if __has_feature(cxx_if_constexpr)
|
# if __has_feature(cxx_if_constexpr)
|
||||||
# define GLM_IF_CONSTEXPR constexpr
|
# define GLM_IF_CONSTEXPR if constexpr
|
||||||
# else
|
# else
|
||||||
# define GLM_IF_CONSTEXPR
|
# define GLM_IF_CONSTEXPR if
|
||||||
# endif
|
# endif
|
||||||
# elif GLM_LANG_CXX17_FLAG
|
# elif GLM_LANG_CXX17_FLAG
|
||||||
# define GLM_IF_CONSTEXPR constexpr
|
# define GLM_IF_CONSTEXPR if constexpr
|
||||||
# else
|
# else
|
||||||
# define GLM_IF_CONSTEXPR
|
# define GLM_IF_CONSTEXPR if
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user