mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-26 01:17:29 +01:00
Added size_equal_only class template to check converted container size strictly. Relaxed std::array size checking by default. Fixed std::tuple and msgpack::type::tuple size checking problem.