Sha256: eef258e935d3abc31c6f425ebcef148410f3f94867b5eb47cfb2b30028bca66a
Contents?: true
Size: 937 Bytes
Versions: 44
Compression:
Stored size: 937 Bytes
Contents
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt or copy at # * http://www.boost.org/LICENSE_1_0.txt) # * * # ************************************************************************** */ # # /* See http://www.boost.org for most recent version. */ # # ifndef MSGPACK_PREPROCESSOR_REPETITION_DEDUCE_Z_HPP # define MSGPACK_PREPROCESSOR_REPETITION_DEDUCE_Z_HPP # # include <msgpack/preprocessor/detail/auto_rec.hpp> # include <msgpack/preprocessor/repetition/repeat.hpp> # # /* MSGPACK_PP_DEDUCE_Z */ # # define MSGPACK_PP_DEDUCE_Z() MSGPACK_PP_AUTO_REC(MSGPACK_PP_REPEAT_P, 4) # # endif
Version data entries
44 entries across 44 versions & 2 rubygems