Sha256: 16e77f9d8d1735a43e5368c4bb79042fde043c415b1395d7a23ab9b1dc4a7720

Contents?: true

Size: 1.7 KB

Versions: 16

Compression:

Stored size: 1.7 KB

Contents

# /* **************************************************************************
#  *                                                                          *
#  *     (C) Copyright Paul Mensonides 2002.
#  *     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)
#  *                                                                          *
#  ************************************************************************** */
#
# /* Revised by Edward Diener (2020) */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef BOOST_PREPROCESSOR_REPETITION_DEDUCE_R_HPP
# define BOOST_PREPROCESSOR_REPETITION_DEDUCE_R_HPP
#
# include <boost/preprocessor/config/config.hpp>
#
# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT()
#
# include <boost/preprocessor/detail/auto_rec.hpp>
# include <boost/preprocessor/repetition/for.hpp>
#
# /* BOOST_PP_DEDUCE_R */
#
# define BOOST_PP_DEDUCE_R() BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 256)
#
# else
#
# /* BOOST_PP_DEDUCE_R */
#
# include <boost/preprocessor/arithmetic/dec.hpp>
# include <boost/preprocessor/detail/auto_rec.hpp>
# include <boost/preprocessor/repetition/for.hpp>
# include <boost/preprocessor/config/limits.hpp>
#
# if BOOST_PP_LIMIT_FOR == 256
# define BOOST_PP_DEDUCE_R() BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 256))
# elif BOOST_PP_LIMIT_FOR == 512
# define BOOST_PP_DEDUCE_R() BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 512))
# elif BOOST_PP_LIMIT_FOR == 1024
# define BOOST_PP_DEDUCE_R() BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 1024))
# else
# error Incorrect value for the BOOST_PP_LIMIT_FOR limit
# endif
#
# endif
#
# endif

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
passenger-6.0.26 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.25 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/preprocessor/repetition/deduce_r.hpp