2 // Copyright Aleksey Gurtovoy 2001-2004
\r
4 // Distributed under the Boost Software License, Version 1.0.
\r
5 // (See accompanying file LICENSE_1_0.txt or copy at
\r
6 // http://www.boost.org/LICENSE_1_0.txt)
\r
8 // See http://www.boost.org/libs/mpl for documentation.
\r
10 // $Id: include_preprocessed.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
\r
11 // $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
\r
12 // $Revision: 49267 $
\r
14 // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION!
\r
16 #include <boost/mpl/aux_/config/typeof.hpp>
\r
17 #include <boost/mpl/aux_/config/ctps.hpp>
\r
18 #include <boost/mpl/aux_/config/preprocessor.hpp>
\r
19 #include <boost/mpl/aux_/config/workaround.hpp>
\r
21 #include <boost/preprocessor/cat.hpp>
\r
22 #include <boost/preprocessor/stringize.hpp>
\r
24 #if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
\r
25 # define AUX778076_INCLUDE_DIR typeof_based
\r
26 #elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
\r
27 # define AUX778076_INCLUDE_DIR no_ctps
\r
29 # define AUX778076_INCLUDE_DIR plain
\r
32 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
\r
33 # define AUX778076_HEADER \
\r
34 AUX778076_INCLUDE_DIR/BOOST_MPL_PREPROCESSED_HEADER \
\r
37 # define AUX778076_HEADER \
\r
38 BOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
\r
42 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
\r
43 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
\r
44 # include AUX778076_INCLUDE_STRING
\r
45 # undef AUX778076_INCLUDE_STRING
\r
47 # include BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
\r
50 # undef AUX778076_HEADER
\r
51 # undef AUX778076_INCLUDE_DIR
\r
53 #undef BOOST_MPL_PREPROCESSED_HEADER
\r