source: NonGTP/Boost/boost/mpl/map/aux_/include_preprocessed.hpp @ 857

Revision 857, 1.4 KB checked in by igarcia, 18 years ago (diff)
Line 
1
2// Copyright Aleksey Gurtovoy 2001-2004
3//
4// Distributed under the Boost Software License, Version 1.0.
5// (See accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8// See http://www.boost.org/libs/mpl for documentation.
9
10// $Source: /cvsroot/boost/boost/boost/mpl/map/aux_/include_preprocessed.hpp,v $
11// $Date: 2004/09/05 09:42:58 $
12// $Revision: 1.3 $
13
14// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION!
15
16#include <boost/mpl/aux_/config/typeof.hpp>
17#include <boost/mpl/aux_/config/ctps.hpp>
18#include <boost/mpl/aux_/config/preprocessor.hpp>
19
20#include <boost/preprocessor/cat.hpp>
21#include <boost/preprocessor/stringize.hpp>
22
23#if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
24#   define AUX778076_INCLUDE_DIR typeof_based
25#elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
26#   define AUX778076_INCLUDE_DIR no_ctps
27#else
28#   define AUX778076_INCLUDE_DIR plain
29#endif
30
31#if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
32#   define AUX778076_HEADER \
33    AUX778076_INCLUDE_DIR/BOOST_MPL_PREPROCESSED_HEADER \
34/**/
35#else
36#   define AUX778076_HEADER \
37    BOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \
38/**/
39#endif
40
41
42#   include BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
43
44#   undef AUX778076_HEADER
45#   undef AUX778076_INCLUDE_DIR
46
47#undef BOOST_MPL_PREPROCESSED_HEADER
Note: See TracBrowser for help on using the repository browser.