2 // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
\r
4 // Copyright Aleksey Gurtovoy 2000-2006
\r
6 // Distributed under the Boost Software License, Version 1.0.
\r
7 // (See accompanying file LICENSE_1_0.txt or copy at
\r
8 // http://www.boost.org/LICENSE_1_0.txt)
\r
10 // See http://www.boost.org/libs/mpl for documentation.
\r
12 // $Id: include_preprocessed.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
\r
13 // $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
\r
14 // $Revision: 49267 $
\r
16 #include <boost/mpl/aux_/config/compiler.hpp>
\r
17 #include <boost/mpl/aux_/config/preprocessor.hpp>
\r
18 #include <boost/mpl/aux_/config/workaround.hpp>
\r
19 #include <boost/preprocessor/cat.hpp>
\r
20 #include <boost/preprocessor/stringize.hpp>
\r
22 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
\r
23 # define AUX778076_PREPROCESSED_HEADER \
\r
24 BOOST_MPL_CFG_COMPILER_DIR/BOOST_MPL_PREPROCESSED_HEADER \
\r
27 # define AUX778076_PREPROCESSED_HEADER \
\r
28 BOOST_PP_CAT(BOOST_MPL_CFG_COMPILER_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
\r
32 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
\r
33 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
\r
34 # include AUX778076_INCLUDE_STRING
\r
35 # undef AUX778076_INCLUDE_STRING
\r
37 # include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
\r
40 # undef AUX778076_PREPROCESSED_HEADER
\r
42 #undef BOOST_MPL_PREPROCESSED_HEADER
\r