mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
09325ed846
I refered to the following article and comments. http://scottmeyers.blogspot.jp/2014/06/the-drawbacks-of-implementing-move.html msgpack::detail::context back to copiable. msgpack::detail::context doen't have any resource ownership, so there is no strong reason to avoid copy.