mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Update object.hpp
a little bug fix
This commit is contained in:

committed by
GitHub

parent
ddb320197a
commit
bae6a8db57
@@ -370,7 +370,7 @@ struct object_pack_visitor {
|
||||
return true;
|
||||
}
|
||||
bool start_map(uint32_t num_kv_pairs) {
|
||||
m_packer.pack_array(num_kv_pairs);
|
||||
m_packer.pack_map(num_kv_pairs);
|
||||
return true;
|
||||
}
|
||||
bool start_map_key() {
|
||||
|
Reference in New Issue
Block a user