Used std features within GLM without redeclaring

This commit is contained in:
Christophe Riccio
2014-11-21 22:13:04 +01:00
parent fe20b216a0
commit afd58dcdc5
2 changed files with 2 additions and 1 deletions

View File

@@ -773,7 +773,7 @@
namespace glm
{
typedef std::size_t size_t;
using std::size_t;
#if defined(GLM_FORCE_SIZE_T_LENGTH) || defined(GLM_FORCE_SIZE_FUNC)
typedef size_t length_t;
#else