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

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