mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
2865a96ba5
Changed macro name from MSGPACK_USE_LEGACY_NIL to MSGPACK_DISABLE_LEGACY_NIL. msgpack-c shouldn't make compile error on existing codes by default without major version up. So if you want to disable msgpack::type::nil, you need to define MSGPACK_DISABLE_LEGACY_NIL macro.