mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-24 22:33:14 +01:00
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.