diff --git a/glm/gtc/constants.inl b/glm/gtc/constants.inl index 0023f449..8214f606 100644 --- a/glm/gtc/constants.inl +++ b/glm/gtc/constants.inl @@ -185,7 +185,7 @@ namespace glm } template - GLM_FUNC_QUALIFIER genType ln_ln_two() + GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType ln_ln_two() { return genType(-0.3665129205816643); }