Fix an ambiguity error with clamp().

This commit is contained in:
Dave Reid 2013-04-23 09:09:37 +10:00
parent f1967b5fb3
commit 30dca2d0c7

View File

@ -208,7 +208,7 @@ namespace glm
genType const & minVal,
genType const & maxVal);
template <typename genType>
template <typename genType, precision P>
genType clamp(
genType const & x,
typename genType::value_type const & minVal,