fixes VS2015 compiler errors

This commit is contained in:
John McFarlane
2016-12-29 06:57:20 -08:00
parent 506a487d24
commit 26672ab0de
2 changed files with 107 additions and 107 deletions

View File

@@ -17,7 +17,7 @@ namespace detail
# if GLM_HAS_BITSCAN_WINDOWS
template <precision P, bool Aligned>
struct compute_log2<int, P, tvec4, false, Aligned>
struct compute_log2<4, int, P, tvec, false, Aligned>
{
GLM_FUNC_QUALIFIER static tvec4<int, P> call(tvec4<int, P> const & vec)
{