blob: 34270da171047809d0245032b8074f680cb67d9b [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
2// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
3
4// Copyright Aleksey Gurtovoy 2000-2006
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// $Id: include_preprocessed.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
13// $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
14// $Revision: 49267 $
15
16#include <ndnboost/mpl/aux_/config/typeof.hpp>
17#include <ndnboost/mpl/aux_/config/ctps.hpp>
18#include <ndnboost/mpl/aux_/config/preprocessor.hpp>
19#include <ndnboost/mpl/aux_/config/workaround.hpp>
20
21#include <ndnboost/preprocessor/cat.hpp>
22#include <ndnboost/preprocessor/stringize.hpp>
23
Jeff Thompson3d613fd2013-10-15 15:39:04 -070024#if defined(NDNBOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES)
Jeff Thompsona28eed82013-08-22 16:21:10 -070025# define AUX778076_INCLUDE_DIR typeof_based
Jeff Thompson3d613fd2013-10-15 15:39:04 -070026#elif defined(NDNBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \
27 || defined(NDNBOOST_MPL_CFG_NO_NONTYPE_TEMPLATE_PARTIAL_SPEC)
Jeff Thompsona28eed82013-08-22 16:21:10 -070028# define AUX778076_INCLUDE_DIR no_ctps
29#else
30# define AUX778076_INCLUDE_DIR plain
31#endif
32
Jeff Thompson3d613fd2013-10-15 15:39:04 -070033#if !defined(NDNBOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
Jeff Thompsona28eed82013-08-22 16:21:10 -070034# define AUX778076_HEADER \
Jeff Thompson3d613fd2013-10-15 15:39:04 -070035 AUX778076_INCLUDE_DIR/NDNBOOST_MPL_PREPROCESSED_HEADER \
Jeff Thompsona28eed82013-08-22 16:21:10 -070036/**/
37#else
38# define AUX778076_HEADER \
Jeff Thompson3d613fd2013-10-15 15:39:04 -070039 NDNBOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##NDNBOOST_MPL_PREPROCESSED_HEADER \
Jeff Thompsona28eed82013-08-22 16:21:10 -070040/**/
41#endif
42
43
Jeff Thompson3d613fd2013-10-15 15:39:04 -070044#if NDNBOOST_WORKAROUND(__IBMCPP__, NDNBOOST_TESTED_AT(700))
45# define AUX778076_INCLUDE_STRING NDNBOOST_PP_STRINGIZE(ndnboost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
Jeff Thompsona28eed82013-08-22 16:21:10 -070046# include AUX778076_INCLUDE_STRING
47# undef AUX778076_INCLUDE_STRING
48#else
Jeff Thompson3d613fd2013-10-15 15:39:04 -070049# include NDNBOOST_PP_STRINGIZE(ndnboost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
Jeff Thompsona28eed82013-08-22 16:21:10 -070050#endif
51
52# undef AUX778076_HEADER
53# undef AUX778076_INCLUDE_DIR
54
Jeff Thompson3d613fd2013-10-15 15:39:04 -070055#undef NDNBOOST_MPL_PREPROCESSED_HEADER