Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:41:54

0001 
0002 // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
0003 
0004 // Copyright Aleksey Gurtovoy 2000-2006
0005 //
0006 // Distributed under the Boost Software License, Version 1.0. 
0007 // (See accompanying file LICENSE_1_0.txt or copy at 
0008 // http://www.boost.org/LICENSE_1_0.txt)
0009 //
0010 // See http://www.boost.org/libs/mpl for documentation.
0011 
0012 // $Id$
0013 // $Date$
0014 // $Revision$
0015 
0016 #include <boost/mpl/aux_/config/typeof.hpp>
0017 #include <boost/mpl/aux_/config/ctps.hpp>
0018 #include <boost/mpl/aux_/config/preprocessor.hpp>
0019 #include <boost/mpl/aux_/config/workaround.hpp>
0020 
0021 #include <boost/preprocessor/cat.hpp>
0022 #include <boost/preprocessor/stringize.hpp>
0023 
0024 #if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
0025 #   define AUX778076_INCLUDE_DIR typeof_based
0026 #elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \
0027    || defined(BOOST_MPL_CFG_NO_NONTYPE_TEMPLATE_PARTIAL_SPEC)
0028 #   define AUX778076_INCLUDE_DIR no_ctps
0029 #else
0030 #   define AUX778076_INCLUDE_DIR plain
0031 #endif
0032 
0033 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
0034 #   define AUX778076_HEADER \
0035     AUX778076_INCLUDE_DIR/BOOST_MPL_PREPROCESSED_HEADER \
0036 /**/
0037 #else
0038 #   define AUX778076_HEADER \
0039     BOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
0040 /**/
0041 #endif
0042 
0043 
0044 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
0045 #   define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
0046 #   include AUX778076_INCLUDE_STRING
0047 #   undef AUX778076_INCLUDE_STRING
0048 #else
0049 #   include BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
0050 #endif
0051 
0052 #   undef AUX778076_HEADER
0053 #   undef AUX778076_INCLUDE_DIR
0054 
0055 #undef BOOST_MPL_PREPROCESSED_HEADER