Fixed C++ 98 build
This commit is contained in:
parent
a87784c125
commit
8bf26a2bb3
@ -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…
Reference in New Issue
Block a user