File indexing completed on 2025-01-18 09:41:38
0001
0002 #ifndef BOOST_MPL_AUX_ITER_FOLD_IMPL_HPP_INCLUDED
0003 #define BOOST_MPL_AUX_ITER_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/apply.hpp>
0020 # include <boost/mpl/aux_/config/ctps.hpp>
0021 # if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
0022 # include <boost/mpl/if.hpp>
0023 # include <boost/type_traits/is_same.hpp>
0024 # endif
0025 #endif
0026
0027 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
0028
0029 #if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
0030 && !defined(BOOST_MPL_PREPROCESSING_MODE)
0031
0032 # define BOOST_MPL_PREPROCESSED_HEADER iter_fold_impl.hpp
0033 # include <boost/mpl/aux_/include_preprocessed.hpp>
0034
0035 #else
0036
0037 # define AUX778076_FOLD_IMPL_OP(iter) iter
0038 # define AUX778076_FOLD_IMPL_NAME_PREFIX iter_fold
0039 # include <boost/mpl/aux_/fold_impl_body.hpp>
0040
0041 #endif
0042 #endif