Browse Source

Fixed constexpr with GCC

Christophe Riccio 6 years ago
parent
commit
768dad4df0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      glm/detail/setup.hpp

+ 0 - 1
glm/detail/setup.hpp

@@ -284,7 +284,6 @@
 #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_GCC6)) || \
 		((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC15))))
 #endif