Skip to content

Conversation

@redboltz
Copy link
Contributor

msgpack::unpacked is a typedef of the msgpack::object_handle.
I recommend using msgpack::object_handle. It can be used not only
holding unpacked msgpack objects but also msgpack::objects that are
created by any types.

Replaced unpack() APIs in test codes and examples. They used to use old
APIs.

msgpack::unpacked is a typedef of the msgpack::object_handle.
I recommend using msgpack::object_handle. It can be used not only
holding unpacked msgpack objects but also msgpack::objects that are
created by any types.

Replaced unpack() APIs in test codes and examples. They used to use old
APIs.
redboltz added a commit that referenced this pull request Mar 21, 2016
…ndle

Replaced msgpack::unpacked with msgpack::object_handle.
@redboltz redboltz merged commit a83e43a into msgpack:master Mar 21, 2016
@redboltz redboltz deleted the replace_unpacked_with_object_handle branch March 21, 2016 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant