mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
java: redesign
This commit is contained in:
parent
6cde9f3a9d
commit
979ff80982
14 changed files with 864 additions and 258 deletions
|
|
@ -51,6 +51,14 @@ inline void operator<< (object::with_zone& o, type::nil v)
|
|||
{ static_cast<object&>(o) << v; }
|
||||
|
||||
|
||||
template <>
|
||||
inline void object::as<void>() const
|
||||
{
|
||||
msgpack::type::nil v;
|
||||
convert(&v);
|
||||
}
|
||||
|
||||
|
||||
} // namespace msgpack
|
||||
|
||||
#endif /* msgpack/type/nil.hpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue