Fixed build

This commit is contained in:
Christophe Riccio
2017-01-07 12:49:45 +01:00
parent 41cf89516e
commit f5ab820ffe
2 changed files with 5 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ namespace detail
}//namespace detail
#if GLM_HAS_TEMPLATE_ALIASES
template <length_t L, typename T, precision P = defaultp> struct vec;
template <typename T, precision P = defaultp> using tvec1 = vec<1, T, P>;
template <typename T, precision P = defaultp> using tvec2 = vec<2, T, P>;
template <typename T, precision P = defaultp> using tvec3 = vec<3, T, P>;