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*) 47 #endif // MSGPACK_V1_CPP11_ZONE_DECL_HPP #define MSGPACK_ZONE_ALIGN
Definition: cpp11_zone_decl.hpp:26
Definition: adaptor_base.hpp:15
std::size_t aligned_size(std::size_t size, std::size_t align)
Definition: cpp03_zone.hpp:337
#define MSGPACK_API_VERSION_NAMESPACE(ns)
Definition: versioning.hpp:58