mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-25 17:02:44 +01:00
Fixed `msgpack::object` packing visitor and equal comparison visitor. NOTE: In the function `visit_ext(const char* v, uint32_t size)`, v contains type and size means buffer `v` size. See #175.