From a03e1fc8f4178997d1d3c4266a76a8bf17b3adf8 Mon Sep 17 00:00:00 2001 From: Tim R Date: Sun, 31 Mar 2019 16:53:40 -0700 Subject: [PATCH] Update setup.hpp --- glm/detail/setup.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 1e4520ef..555c401a 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -306,6 +306,8 @@ # else # define GLM_IF_CONSTEXPR if # endif +#else +# define GLM_IF_CONSTEXPR if #endif //