Fixed C++ 98 build

master
Christophe ago%!(EXTRA string=6 years)
parent a87784c125
commit 8bf26a2bb3
  1. 6
      glm/detail/setup.hpp

@ -710,6 +710,12 @@ namespace detail
typedef unsigned char type; typedef unsigned char type;
}; };
template<>
struct make_unsigned<signed char>
{
typedef unsigned char type;
};
template<> template<>
struct make_unsigned<short> struct make_unsigned<short>
{ {

Loading…
Cancel
Save