taushkanov
taushkanov
Thank you very much. The string "[[2,17,1,0,""]]" is created by code like this: ` stringstream ss; msgpack::object obj; ss
Thank you for quick answer. Please advice how to resolve next task: We have some created objects: ``` msgpack::object Obj1; msgpack::object Obj2; msgpack::object Obj3; ``` How to put them into...
Thank you. It seems that this solution fits all described tasks ^) But there is some inconvenience caused by need to keep zone alive when passing msgpack::object between functions.
Thank you for quick answer. Sorry for may be newbie quiestions, but I don't understand the reason of that error while same app/user library successfully compiles with other compilers. I'm...