Sha256: e47b05e59d97ae9230e758b3050cc572b346a16970cfa55f008fc39f10ec1696
Contents?: true
Size: 1.06 KB
Versions: 44
Compression:
Stored size: 1.06 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_TUPLE_HPP # define MSGPACK_PREPROCESSOR_VARIADIC_TO_TUPLE_HPP # # include <msgpack/preprocessor/config/config.hpp> # # /* MSGPACK_PP_VARIADIC_TO_TUPLE */ # # if MSGPACK_PP_VARIADICS # define MSGPACK_PP_VARIADIC_TO_TUPLE(...) (__VA_ARGS__) # endif # # endif
Version data entries
44 entries across 44 versions & 2 rubygems