mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
9e18ac5d2d
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.