diff --git a/include/jsonrpccxx/typemapper.hpp b/include/jsonrpccxx/typemapper.hpp index 9ea7e13..74a3f5b 100644 --- a/include/jsonrpccxx/typemapper.hpp +++ b/include/jsonrpccxx/typemapper.hpp @@ -33,9 +33,11 @@ namespace jsonrpccxx { constexpr json::value_t GetType(type) { return json::value_t::number_integer; } constexpr json::value_t GetType(type) { return json::value_t::number_integer; } constexpr json::value_t GetType(type) { return json::value_t::number_integer; } + constexpr json::value_t GetType(type) { return json::value_t::number_integer; } constexpr json::value_t GetType(type) { return json::value_t::number_unsigned; } constexpr json::value_t GetType(type) { return json::value_t::number_unsigned; } constexpr json::value_t GetType(type) { return json::value_t::number_unsigned; } + constexpr json::value_t GetType(type) { return json::value_t::number_unsigned; } inline std::string type_name(json::value_t t) { switch (t) { @@ -180,4 +182,4 @@ namespace jsonrpccxx { }; return GetHandle(function); } -} // namespace jsonrpccxx \ No newline at end of file +} // namespace jsonrpccxx