From a290603a9c624a2b30a169d5c9ba05bcaa9076aa Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 29 Nov 2014 21:16:20 +0100 Subject: [PATCH] Fixed clang test --- glm/detail/setup.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 8a856260..9159a514 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -526,7 +526,6 @@ ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC49))) #define GLM_HAS_TRIVIAL_QUERIES ( \ - ((GLM_LANG & GLM_LANG_CXX11_FLAG) && !(GLM_COMPILER & GLM_COMPILER_GCC)) || \ ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2013))) #define GLM_HAS_MAKE_SIGNED ( \