Added wstring adaptor.

This commit is contained in:
Takatoshi Kondo
2018-09-12 15:40:28 +09:00
parent 83a82e3eb5
commit 1155babda8
11 changed files with 234 additions and 11 deletions

View File

@@ -33,9 +33,10 @@ template <typename T>
T convert_integer(msgpack::object const& o);
template <bool Signed>
struct object_char_sign;
struct object_sign;
void object_char(msgpack::object& o, char v);
template <typename T>
void object_char(msgpack::object& o, T v);
} // namespace detail
} // namespace type