mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Fixed C++ 98 build
This commit is contained in:
parent
a87784c125
commit
8bf26a2bb3
1 changed files with 6 additions and 0 deletions
|
@ -710,6 +710,12 @@ namespace detail
|
|||
typedef unsigned char type;
|
||||
};
|
||||
|
||||
template<>
|
||||
struct make_unsigned<signed char>
|
||||
{
|
||||
typedef unsigned char type;
|
||||
};
|
||||
|
||||
template<>
|
||||
struct make_unsigned<short>
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue