Sha256: 56bc5c4b7dc28823dbedb522bbe02afc56a883bb792f609579da615984cd0688
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_LIST_HPP # define MSGPACK_PREPROCESSOR_VARIADIC_TO_LIST_HPP # # include <msgpack/preprocessor/config/config.hpp> # include <msgpack/preprocessor/tuple/to_list.hpp> # # /* MSGPACK_PP_VARIADIC_TO_LIST */ # # if MSGPACK_PP_VARIADICS # define MSGPACK_PP_VARIADIC_TO_LIST(...) MSGPACK_PP_TUPLE_TO_LIST((__VA_ARGS__)) # endif # # endif
Version data entries
44 entries across 44 versions & 2 rubygems