From 30dca2d0c7504768a3ecb4752243922e76ddc4c6 Mon Sep 17 00:00:00 2001 From: Dave Reid Date: Tue, 23 Apr 2013 09:09:37 +1000 Subject: [PATCH] Fix an ambiguity error with clamp(). --- glm/core/func_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/core/func_common.hpp b/glm/core/func_common.hpp index eb66de7d..ce246010 100644 --- a/glm/core/func_common.hpp +++ b/glm/core/func_common.hpp @@ -208,7 +208,7 @@ namespace glm genType const & minVal, genType const & maxVal); - template + template genType clamp( genType const & x, typename genType::value_type const & minVal,