From c5ae1c334157c7e2770f74021442590d26329d07 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Sun, 26 Nov 2023 15:13:52 +0100 Subject: [PATCH] Fixed double inline when comiling without constexpr. --- glm/detail/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index fb82c209..6be2d79c 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -321,7 +321,7 @@ # define GLM_MATH_CONSTEXPR GLM_CONSTEXPR # define GLM_MATH_BASE_NS gcem #else -# define GLM_MATH_CONSTEXPR GLM_INLINE +# define GLM_MATH_CONSTEXPR # define GLM_MATH_BASE_NS std #endif