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