mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-12 11:14:45 +01:00
It assures that we can use the same interfaces as the original version(0.5.6). To support both C++03 and C++11, I introduced msgpack::unique_ptr and msgpack::move() in test codes.