diff --git a/deps/ox/src/ox/std/types.hpp b/deps/ox/src/ox/std/types.hpp index 1f2dda4d..4605d5f0 100644 --- a/deps/ox/src/ox/std/types.hpp +++ b/deps/ox/src/ox/std/types.hpp @@ -99,11 +99,11 @@ struct UnsignedType<64> { using type = uint64_t; }; -template -using Int = typename SignedType::type; +template +using Int = typename SignedType::type; -template -using Uint = typename UnsignedType::type; +template +using Uint = typename UnsignedType::type; template using Signed = Int;