mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-25 14:34:05 +02: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.