annotate DEPENDENCIES/generic/include/boost/mpl/set/aux_/include_preprocessed.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children c530137014c0
rev   line source
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 2001-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@16 12 // $Id: include_preprocessed.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
Chris@16 13 // $Date: 2008-10-10 23:19:02 -0700 (Fri, 10 Oct 2008) $
Chris@16 14 // $Revision: 49267 $
Chris@16 15
Chris@16 16 #include <boost/mpl/aux_/config/preprocessor.hpp>
Chris@16 17 #include <boost/mpl/aux_/config/workaround.hpp>
Chris@16 18
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_HEADER \
Chris@16 24 plain/BOOST_MPL_PREPROCESSED_HEADER \
Chris@16 25 /**/
Chris@16 26 #else
Chris@16 27 # define AUX778076_HEADER \
Chris@16 28 BOOST_PP_CAT(plain,/)##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/set/aux_/preprocessed/AUX778076_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/set/aux_/preprocessed/AUX778076_HEADER)
Chris@16 38 #endif
Chris@16 39
Chris@16 40 # undef AUX778076_HEADER
Chris@16 41
Chris@16 42 #undef BOOST_MPL_PREPROCESSED_HEADER