10#ifndef MSGPACK_V1_CPP11_ZONE_DECL_HPP
11#define MSGPACK_V1_CPP11_ZONE_DECL_HPP
21#ifndef MSGPACK_ZONE_CHUNK_SIZE
22#define MSGPACK_ZONE_CHUNK_SIZE 8192
25#ifndef MSGPACK_ZONE_ALIGN
26#define MSGPACK_ZONE_ALIGN sizeof(void*)
30#define MSGPACK_ZONE_ALIGNOF(type) __alignof(type)
32#define MSGPACK_ZONE_ALIGNOF(type) __alignof__(type)
45std::size_t aligned_size(
Definition adaptor_base.hpp:15
#define MSGPACK_ZONE_ALIGN
Definition cpp03_zone_decl.hpp:24
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition versioning.hpp:66