Back to home page

EIC code displayed by LXR

 
 

    


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 // Copyright Aleksey Gurtovoy 2000-2004
0006 //
0007 // Distributed under the Boost Software License, Version 1.0. 
0008 // (See accompanying file LICENSE_1_0.txt or copy at 
0009 // http://www.boost.org/LICENSE_1_0.txt)
0010 //
0011 // See http://www.boost.org/libs/mpl for documentation.
0012 
0013 // $Id$
0014 // $Date$
0015 // $Revision$
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 // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
0044 #endif // BOOST_MPL_AUX_REVERSE_FOLD_IMPL_HPP_INCLUDED