10 #ifndef MSGPACK_V2_TYPE_NIL_DECL_HPP
11 #define MSGPACK_V2_TYPE_NIL_DECL_HPP
23 using v1::type::nil_t;
25 #if defined(MSGPACK_USE_LEGACY_NIL)
31 using v1::type::operator<;
32 using v1::type::operator==;
nil_t nil
Definition: nil_decl.hpp:24
Definition: adaptor_base.hpp:15
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:66