mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-26 10:10:50 +01:00
Implemented msgpack::object_handle using the same design pattern as std::auto_ptr and std::auto_ptr_ref. Minimized the uses of #if defined(MSGPACK_USE_CPP03) conditional macro.