diff --git a/deps/ox/src/ox/std/typetraits.hpp b/deps/ox/src/ox/std/typetraits.hpp index 34b20c8ef..7e3f09566 100644 --- a/deps/ox/src/ox/std/typetraits.hpp +++ b/deps/ox/src/ox/std/typetraits.hpp @@ -51,6 +51,8 @@ template<> struct is_integral: ox::true_type {}; template<> struct is_integral : ox::true_type {}; template<> struct is_integral: ox::true_type {}; +template +constexpr bool is_signed = ox::integral_constant::value; // enable_if ///////////////////////////////////////////////////////////////////