Sha256: 9c871536ce9bbfd8fef660f2f32e9e3432907d44dc7cd9d6abc8294aea892eaf

Contents?: true

Size: 1.65 KB

Versions: 14

Compression:

Stored size: 1.65 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Edward Diener 2019.                                    *
#  *     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 BOOST_PREPROCESSOR_VARIADIC_DETAIL_HAS_OPT_HPP
# define BOOST_PREPROCESSOR_VARIADIC_DETAIL_HAS_OPT_HPP
#
# include <boost/preprocessor/config/config.hpp>
#
# if defined(__cplusplus) && __cplusplus > 201703L
#
# if BOOST_PP_VARIADICS_MSVC
# include <boost/preprocessor/cat.hpp>
# endif
#
# define BOOST_PP_VARIADIC_HAS_OPT_FUNCTION(...) \
    __VA_OPT__(,) , 1, 0 \
/**/
#
# if BOOST_PP_VARIADICS_MSVC
# define BOOST_PP_VARIADIC_HAS_OPT_ELEM0(e0, ...) BOOST_PP_CAT(BOOST_PP_VARIADIC_HAS_OPT_ELEM_0(e0,__VA_ARGS__),)
# define BOOST_PP_VARIADIC_HAS_OPT_ELEM2(e0, ...) BOOST_PP_CAT(BOOST_PP_VARIADIC_HAS_OPT_ELEM_2(e0,__VA_ARGS__),)
# else
# define BOOST_PP_VARIADIC_HAS_OPT_ELEM0(e0, ...) BOOST_PP_VARIADIC_HAS_OPT_ELEM_0(e0,__VA_ARGS__)
# define BOOST_PP_VARIADIC_HAS_OPT_ELEM2(e0, ...) BOOST_PP_VARIADIC_HAS_OPT_ELEM_2(e0,__VA_ARGS__)
# endif
# define BOOST_PP_VARIADIC_HAS_OPT_ELEM_0(e0, ...) e0
# define BOOST_PP_VARIADIC_HAS_OPT_ELEM_2(e0, e1, e2, ...) e2
#
# endif
#
# endif

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/preprocessor/variadic/detail/has_opt.hpp