From 4976e677b87cd9f38a1855c6d4e1540ac0eb29f1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 25 Feb 2019 12:20:10 -0700 Subject: [PATCH] Revert "Tentative fix constexpr with GCC" This reverts commit 68c7e7e50b934cd265251a0660096f1415647bbb. --- glm/detail/setup.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 04430ea6..5ca01076 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -283,7 +283,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 -- 2.20.1