Chris@16: Chris@16: // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION Chris@16: Chris@16: // Copyright Aleksey Gurtovoy 2000-2006 Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. Chris@16: // (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: // See http://www.boost.org/libs/mpl for documentation. Chris@16: Chris@101: // $Id$ Chris@101: // $Date$ Chris@101: // $Revision$ Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING) Chris@16: # define AUX778076_PREPROCESSED_HEADER \ Chris@16: BOOST_MPL_CFG_COMPILER_DIR/BOOST_MPL_PREPROCESSED_HEADER \ Chris@16: /**/ Chris@16: #else Chris@16: # define AUX778076_PREPROCESSED_HEADER \ Chris@16: BOOST_PP_CAT(BOOST_MPL_CFG_COMPILER_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \ Chris@16: /**/ Chris@16: #endif Chris@16: Chris@16: #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700)) Chris@16: # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER) Chris@16: # include AUX778076_INCLUDE_STRING Chris@16: # undef AUX778076_INCLUDE_STRING Chris@16: #else Chris@16: # include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER) Chris@16: #endif Chris@16: Chris@16: # undef AUX778076_PREPROCESSED_HEADER Chris@16: Chris@16: #undef BOOST_MPL_PREPROCESSED_HEADER