Sha256: 9c38761e029cc676b48641111de10952c04d99e95e8d418d551db4e332b524d5
Contents?: true
Size: 1.13 KB
Versions: 44
Compression:
Stored size: 1.13 KB
Contents
# /* ************************************************************************** # * * # * (C) Copyright Edward Diener 2011. * # * (C) Copyright Paul Mensonides 2011. * # * 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_VARIADIC_TO_SEQ_HPP # define MSGPACK_PREPROCESSOR_VARIADIC_TO_SEQ_HPP # # include <msgpack/preprocessor/config/config.hpp> # include <msgpack/preprocessor/tuple/to_seq.hpp> # # /* MSGPACK_PP_VARIADIC_TO_SEQ */ # # if MSGPACK_PP_VARIADICS # define MSGPACK_PP_VARIADIC_TO_SEQ(...) MSGPACK_PP_TUPLE_TO_SEQ((__VA_ARGS__)) # endif # # endif
Version data entries
44 entries across 44 versions & 2 rubygems