Back to home page

EIC code displayed by LXR

 
 

    


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

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/compiler.hpp>
0017 #include <boost/mpl/aux_/config/preprocessor.hpp>
0018 #include <boost/mpl/aux_/config/workaround.hpp>
0019 #include <boost/preprocessor/cat.hpp>
0020 #include <boost/preprocessor/stringize.hpp>
0021 
0022 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
0023 #   define AUX778076_PREPROCESSED_HEADER \
0024     BOOST_MPL_CFG_COMPILER_DIR/BOOST_MPL_PREPROCESSED_HEADER \
0025 /**/
0026 #else
0027 #   define AUX778076_PREPROCESSED_HEADER \
0028     BOOST_PP_CAT(BOOST_MPL_CFG_COMPILER_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
0029 /**/
0030 #endif
0031 
0032 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
0033 #   define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
0034 #   include AUX778076_INCLUDE_STRING
0035 #   undef AUX778076_INCLUDE_STRING
0036 #else
0037 #   include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
0038 #endif
0039 
0040 #   undef AUX778076_PREPROCESSED_HEADER
0041 
0042 #undef BOOST_MPL_PREPROCESSED_HEADER