author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:27:01 +0100 | |
branch | Symbian2 |
changeset 3 | e1b950c65cb4 |
parent 2 | epoc32/include/stdapis/boost/mpl/vector/aux_/include_preprocessed.hpp@2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
|
williamr@2 | 2 |
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION |
williamr@2 | 3 |
|
williamr@2 | 4 |
// Copyright Aleksey Gurtovoy 2000-2006 |
williamr@2 | 5 |
// |
williamr@2 | 6 |
// Distributed under the Boost Software License, Version 1.0. |
williamr@2 | 7 |
// (See accompanying file LICENSE_1_0.txt or copy at |
williamr@2 | 8 |
// http://www.boost.org/LICENSE_1_0.txt) |
williamr@2 | 9 |
// |
williamr@2 | 10 |
// See http://www.boost.org/libs/mpl for documentation. |
williamr@2 | 11 |
|
williamr@2 | 12 |
// $Source: /cvsroot/boost/boost/boost/mpl/vector/aux_/include_preprocessed.hpp,v $ |
williamr@2 | 13 |
// $Date: 2006/11/09 01:21:03 $ |
williamr@2 | 14 |
// $Revision: 1.4.8.1 $ |
williamr@2 | 15 |
|
williamr@2 | 16 |
#include <boost/mpl/aux_/config/typeof.hpp> |
williamr@2 | 17 |
#include <boost/mpl/aux_/config/ctps.hpp> |
williamr@2 | 18 |
#include <boost/mpl/aux_/config/preprocessor.hpp> |
williamr@2 | 19 |
#include <boost/mpl/aux_/config/workaround.hpp> |
williamr@2 | 20 |
|
williamr@2 | 21 |
#include <boost/preprocessor/cat.hpp> |
williamr@2 | 22 |
#include <boost/preprocessor/stringize.hpp> |
williamr@2 | 23 |
|
williamr@2 | 24 |
#if defined(BOOST_MPL_CFG_TYPEOF_BASED_SEQUENCES) |
williamr@2 | 25 |
# define AUX778076_INCLUDE_DIR typeof_based |
williamr@2 | 26 |
#elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \ |
williamr@2 | 27 |
|| defined(BOOST_MPL_CFG_NO_NONTYPE_TEMPLATE_PARTIAL_SPEC) |
williamr@2 | 28 |
# define AUX778076_INCLUDE_DIR no_ctps |
williamr@2 | 29 |
#else |
williamr@2 | 30 |
# define AUX778076_INCLUDE_DIR plain |
williamr@2 | 31 |
#endif |
williamr@2 | 32 |
|
williamr@2 | 33 |
#if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING) |
williamr@2 | 34 |
# define AUX778076_HEADER \ |
williamr@2 | 35 |
AUX778076_INCLUDE_DIR/BOOST_MPL_PREPROCESSED_HEADER \ |
williamr@2 | 36 |
/**/ |
williamr@2 | 37 |
#else |
williamr@2 | 38 |
# define AUX778076_HEADER \ |
williamr@2 | 39 |
BOOST_PP_CAT(AUX778076_INCLUDE_DIR,/)##BOOST_MPL_PREPROCESSED_HEADER \ |
williamr@2 | 40 |
/**/ |
williamr@2 | 41 |
#endif |
williamr@2 | 42 |
|
williamr@2 | 43 |
|
williamr@2 | 44 |
#if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700)) |
williamr@2 | 45 |
# define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER) |
williamr@2 | 46 |
# include AUX778076_INCLUDE_STRING |
williamr@2 | 47 |
# undef AUX778076_INCLUDE_STRING |
williamr@2 | 48 |
#else |
williamr@2 | 49 |
# include BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER) |
williamr@2 | 50 |
#endif |
williamr@2 | 51 |
|
williamr@2 | 52 |
# undef AUX778076_HEADER |
williamr@2 | 53 |
# undef AUX778076_INCLUDE_DIR |
williamr@2 | 54 |
|
williamr@2 | 55 |
#undef BOOST_MPL_PREPROCESSED_HEADER |