Chris@16
|
1
|
Chris@16
|
2 // Copyright Aleksey Gurtovoy 2001-2004
|
Chris@16
|
3 //
|
Chris@16
|
4 // Distributed under the Boost Software License, Version 1.0.
|
Chris@16
|
5 // (See accompanying file LICENSE_1_0.txt or copy at
|
Chris@16
|
6 // http://www.boost.org/LICENSE_1_0.txt)
|
Chris@16
|
7 //
|
Chris@16
|
8 // See http://www.boost.org/libs/mpl for documentation.
|
Chris@16
|
9
|
Chris@101
|
10 // $Id$
|
Chris@101
|
11 // $Date$
|
Chris@101
|
12 // $Revision$
|
Chris@16
|
13
|
Chris@16
|
14 // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION!
|
Chris@16
|
15
|
Chris@16
|
16 #include <boost/mpl/aux_/config/typeof.hpp>
|
Chris@16
|
17 #include <boost/mpl/aux_/config/ctps.hpp>
|
Chris@16
|
18 #include <boost/mpl/aux_/config/preprocessor.hpp>
|
Chris@16
|
19 #include <boost/mpl/aux_/config/workaround.hpp>
|
Chris@16
|
20
|
Chris@16
|
21 #include <boost/preprocessor/cat.hpp>
|
Chris@16
|
22 #include <boost/preprocessor/stringize.hpp>
|
Chris@16
|
23
|
Chris@16
|
24 #if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
|
Chris@16
|
25 # define AUX778076_INCLUDE_DIR typeof_based
|
Chris@16
|
26 #elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
|
Chris@16
|
27 # define AUX778076_INCLUDE_DIR no_ctps
|
Chris@16
|
28 #else
|
Chris@16
|
29 # define AUX778076_INCLUDE_DIR plain
|
Chris@16
|
30 #endif
|
Chris@16
|
31
|
Chris@16
|
32 #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
|
Chris@16
|
33 # define AUX778076_HEADER \
|
Chris@16
|
34 AUX778076_INCLUDE_DIR/BOOST_MPL_PREPROCESSED_HEADER \
|
Chris@16
|
35 /**/
|
Chris@16
|
36 #else
|
Chris@16
|
37 # define AUX778076_HEADER \
|
Chris@16
|
38 BOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
|
Chris@16
|
39 /**/
|
Chris@16
|
40 #endif
|
Chris@16
|
41
|
Chris@16
|
42 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
|
Chris@16
|
43 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
|
Chris@16
|
44 # include AUX778076_INCLUDE_STRING
|
Chris@16
|
45 # undef AUX778076_INCLUDE_STRING
|
Chris@16
|
46 #else
|
Chris@16
|
47 # include BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
|
Chris@16
|
48 #endif
|
Chris@16
|
49
|
Chris@16
|
50 # undef AUX778076_HEADER
|
Chris@16
|
51 # undef AUX778076_INCLUDE_DIR
|
Chris@16
|
52
|
Chris@16
|
53 #undef BOOST_MPL_PREPROCESSED_HEADER
|