diff --git a/glm/detail/func_common.inl b/glm/detail/func_common.inl index 0ce66b1c..327b058a 100644 --- a/glm/detail/func_common.inl +++ b/glm/detail/func_common.inl @@ -101,7 +101,7 @@ namespace detail GLM_FUNC_QUALIFIER static genFIType call(genFIType x) { GLM_STATIC_ASSERT( - !std::numeric_limits::is_signed && std::numeric_limits::is_integer || GLM_UNRESTRICTED_GENTYPE, + (!std::numeric_limits::is_signed && std::numeric_limits::is_integer) || GLM_UNRESTRICTED_GENTYPE, "'abs' only accept floating-point and integer scalar or vector inputs"); return x; }