Fixed build error

This commit is contained in:
Christophe Riccio 2014-10-22 16:03:44 +02:00
parent 7cd21032d3
commit 3344c8e9a0

View File

@ -251,7 +251,7 @@ namespace glm
{
GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'bitCount' only accept integer values");
return bitCount(tvec1(x)).x;
return bitCount(tvec1<genIUType>(x)).x;
}
template <typename T, precision P, template <typename, precision> class vecType>