Sha256: 47e37e4aff1c2c7574f66922701111c7b6f9af60689ba42aa9c49e9e5efc7db6

Contents?: true

Size: 1.91 KB

Versions: 44

Compression:

Stored size: 1.91 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Edward Diener 2014.
#  *     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_DETAIL_IS_BEGIN_PARENS_HPP
#define MSGPACK_PREPROCESSOR_DETAIL_IS_BEGIN_PARENS_HPP

#if MSGPACK_PP_VARIADICS_MSVC

#include <msgpack/preprocessor/facilities/empty.hpp>

#define MSGPACK_PP_DETAIL_VD_IBP_CAT(a, b) MSGPACK_PP_DETAIL_VD_IBP_CAT_I(a, b)
#define MSGPACK_PP_DETAIL_VD_IBP_CAT_I(a, b) MSGPACK_PP_DETAIL_VD_IBP_CAT_II(a ## b)
#define MSGPACK_PP_DETAIL_VD_IBP_CAT_II(res) res

#define MSGPACK_PP_DETAIL_IBP_SPLIT(i, ...) \
    MSGPACK_PP_DETAIL_VD_IBP_CAT(MSGPACK_PP_DETAIL_IBP_PRIMITIVE_CAT(MSGPACK_PP_DETAIL_IBP_SPLIT_,i)(__VA_ARGS__),MSGPACK_PP_EMPTY()) \
/**/

#define MSGPACK_PP_DETAIL_IBP_IS_VARIADIC_C(...) 1 1

#else

#define MSGPACK_PP_DETAIL_IBP_SPLIT(i, ...) \
    MSGPACK_PP_DETAIL_IBP_PRIMITIVE_CAT(MSGPACK_PP_DETAIL_IBP_SPLIT_,i)(__VA_ARGS__) \
/**/

#define MSGPACK_PP_DETAIL_IBP_IS_VARIADIC_C(...) 1

#endif /* MSGPACK_PP_VARIADICS_MSVC */

#define MSGPACK_PP_DETAIL_IBP_SPLIT_0(a, ...) a
#define MSGPACK_PP_DETAIL_IBP_SPLIT_1(a, ...) __VA_ARGS__

#define MSGPACK_PP_DETAIL_IBP_CAT(a, ...) MSGPACK_PP_DETAIL_IBP_PRIMITIVE_CAT(a,__VA_ARGS__)
#define MSGPACK_PP_DETAIL_IBP_PRIMITIVE_CAT(a, ...) a ## __VA_ARGS__

#define MSGPACK_PP_DETAIL_IBP_IS_VARIADIC_R_1 1,
#define MSGPACK_PP_DETAIL_IBP_IS_VARIADIC_R_MSGPACK_PP_DETAIL_IBP_IS_VARIADIC_C 0,

#endif /* MSGPACK_PREPROCESSOR_DETAIL_IS_BEGIN_PARENS_HPP */

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.3.0 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.7 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.6 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.5 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.4 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.3 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.2 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.1 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.2.0 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
rroonga-9.0.7-x64-mingw32 vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
rroonga-9.0.7-x86-mingw32 vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.1.1 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
rroonga-9.0.3-x64-mingw32 vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
rroonga-9.0.3-x86-mingw32 vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
rroonga-9.0.2-x64-mingw32 vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
rroonga-9.0.2-x86-mingw32 vendor/local/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.1.0 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.0.6 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
script_core-0.0.5 ext/enterprise_script_service/msgpack/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp