Skip to content

Commit

Permalink
Tentative fix constexpr with GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Sep 30, 2018
1 parent 81d626d commit 68c7e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glm/detail/setup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68c7e7e

Please sign in to comment.