From f228d42910c44f9c4f12d9ad30c0b25ecea59605 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 30 Sep 2013 01:09:57 +0200 Subject: [PATCH] Fixed template parameter name --- glm/core/func_common.inl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glm/core/func_common.inl b/glm/core/func_common.inl index 48dcf17c..635a7a00 100644 --- a/glm/core/func_common.inl +++ b/glm/core/func_common.inl @@ -1075,7 +1075,7 @@ namespace detail ) { GLM_STATIC_ASSERT( - std::numeric_limits::is_iec559, + std::numeric_limits::is_iec559, "'frexp' only accept floating-point inputs"); return detail::tvec2( @@ -1091,7 +1091,7 @@ namespace detail ) { GLM_STATIC_ASSERT( - std::numeric_limits::is_iec559, + std::numeric_limits::is_iec559, "'frexp' only accept floating-point inputs"); return detail::tvec3( @@ -1108,7 +1108,7 @@ namespace detail ) { GLM_STATIC_ASSERT( - std::numeric_limits::is_iec559, + std::numeric_limits::is_iec559, "'frexp' only accept floating-point inputs"); return detail::tvec4(