mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
c: msgpack_pack_object
This commit is contained in:
parent
5d51129e65
commit
4d708aa4da
7 changed files with 106 additions and 25 deletions
|
|
@ -243,6 +243,7 @@ inline unpack_return unpack(const char* data, size_t len, size_t* off,
|
|||
z, reinterpret_cast<msgpack_object*>(result));
|
||||
}
|
||||
|
||||
// obsolete
|
||||
inline object unpack(const char* data, size_t len, zone& z, size_t* off)
|
||||
{
|
||||
object result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue