You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to msgpa...@googlegroups.com
Hi, is it possible to send a mp::unordered_map or even an std::map through msgpack? How? Just tried to use the echo server core msgpack-rpc and that fails with a no msgpack_pack on the map class.
Thank you, Paulo
吴竑
unread,
Jan 12, 2014, 11:13:09 PM1/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to msgpa...@googlegroups.com
I think, std::map can be supported by 'pack' while std::unordered_map can not.
If you use std::unordered_map, you can use 'pack_map' api to make it.