Sha256: 1218677ab02b6bf36e28571f5d425014e7b620305752615411bfd7e5a468dac6

Contents?: true

Size: 1.6 KB

Versions: 32

Compression:

Stored size: 1.6 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Paul Mensonides 2011.                                  *
#  *     (C) Copyright Edward Diener 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_SEQ_TO_LIST_HPP
# define MSGPACK_PREPROCESSOR_SEQ_TO_LIST_HPP
#
# include <msgpack/preprocessor/punctuation/comma.hpp>
# include <msgpack/preprocessor/punctuation/paren.hpp>
# include <msgpack/preprocessor/seq/detail/binary_transform.hpp>
#
# /* MSGPACK_PP_SEQ_TO_LIST */
#
# define MSGPACK_PP_SEQ_TO_LIST(seq) MSGPACK_PP_SEQ_TO_LIST_I(MSGPACK_PP_SEQ_BINARY_TRANSFORM(seq))
# define MSGPACK_PP_SEQ_TO_LIST_I(bseq) MSGPACK_PP_SEQ_TO_LIST_A bseq MSGPACK_PP_NIL MSGPACK_PP_SEQ_TO_LIST_B bseq
# define MSGPACK_PP_SEQ_TO_LIST_A(m, e) m(MSGPACK_PP_LPAREN() e MSGPACK_PP_COMMA() MSGPACK_PP_SEQ_TO_LIST_A_ID)
# define MSGPACK_PP_SEQ_TO_LIST_A_ID() MSGPACK_PP_SEQ_TO_LIST_A
# define MSGPACK_PP_SEQ_TO_LIST_B(m, e) m(MSGPACK_PP_RPAREN() MSGPACK_PP_SEQ_TO_LIST_B_ID)
# define MSGPACK_PP_SEQ_TO_LIST_B_ID() MSGPACK_PP_SEQ_TO_LIST_B
#
# endif

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-9.0.7-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-9.0.3-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-9.0.3-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-9.0.2-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-9.0.2-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
script_core-0.0.6 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/to_list.hpp
script_core-0.0.5 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/to_list.hpp
script_core-0.0.4 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/to_list.hpp
script_core-0.0.3 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/to_list.hpp
script_core-0.0.2 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/to_list.hpp
script_core-0.0.1 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-7.1.1-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-7.1.1-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-7.0.2-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-7.0.2-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-6.1.3-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-6.1.3-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-6.1.0-x86-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp
rroonga-6.1.0-x64-mingw32 vendor/local/include/msgpack/preprocessor/seq/to_list.hpp