File indexing completed on 2025-01-18 09:41:38
0001
0002 #ifndef BOOST_MPL_AUX_REVERSE_FOLD_IMPL_HPP_INCLUDED
0003 #define BOOST_MPL_AUX_REVERSE_FOLD_IMPL_HPP_INCLUDED
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #if !defined(BOOST_MPL_PREPROCESSING_MODE)
0018 # include <boost/mpl/next_prior.hpp>
0019 # include <boost/mpl/deref.hpp>
0020 # include <boost/mpl/apply.hpp>
0021 # include <boost/mpl/aux_/config/ctps.hpp>
0022 # if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \
0023 || defined(BOOST_MPL_CFG_NO_NONTYPE_TEMPLATE_PARTIAL_SPEC)
0024 # include <boost/mpl/if.hpp>
0025 # include <boost/type_traits/is_same.hpp>
0026 # endif
0027 #endif
0028
0029 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
0030
0031 #if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
0032 && !defined(BOOST_MPL_PREPROCESSING_MODE)
0033
0034 # define BOOST_MPL_PREPROCESSED_HEADER reverse_fold_impl.hpp
0035 # include <boost/mpl/aux_/include_preprocessed.hpp>
0036
0037 #else
0038
0039 # define AUX778076_FOLD_IMPL_OP(iter) typename deref<iter>::type
0040 # define AUX778076_FOLD_IMPL_NAME_PREFIX reverse_fold
0041 # include <boost/mpl/aux_/reverse_fold_impl_body.hpp>
0042
0043 #endif
0044 #endif