Sha256: c43589d5ccff8ef3ef41b6ec3e58809ed183b52d9f985350f3672b9faca33241
Contents?: true
Size: 800 Bytes
Versions: 44
Compression:
Stored size: 800 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_SEQ_PUSH_BACK_HPP # define MSGPACK_PREPROCESSOR_SEQ_PUSH_BACK_HPP # # /* MSGPACK_PP_SEQ_PUSH_BACK */ # # define MSGPACK_PP_SEQ_PUSH_BACK(seq, elem) seq(elem) # # endif
Version data entries
44 entries across 44 versions & 2 rubygems