Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:41:40

0001 
0002 // Copyright Aleksey Gurtovoy 2001-2006
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. 
0005 // (See accompanying file LICENSE_1_0.txt or copy at 
0006 // http://www.boost.org/LICENSE_1_0.txt)
0007 //
0008 // See http://www.boost.org/libs/mpl for documentation.
0009 
0010 // $Id$
0011 // $Date$
0012 // $Revision$
0013 
0014 // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION!
0015 
0016 #include <boost/mpl/aux_/config/workaround.hpp>
0017 
0018 #include <boost/preprocessor/cat.hpp>
0019 #include <boost/preprocessor/stringize.hpp>
0020 
0021 #   define AUX778076_HEADER \
0022     aux_/preprocessed/plain/BOOST_MPL_PREPROCESSED_HEADER \
0023 /**/
0024 
0025 #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
0026 #   define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER)
0027 #   include AUX778076_INCLUDE_STRING
0028 #   undef AUX778076_INCLUDE_STRING
0029 #else
0030 #   include BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER)
0031 #endif
0032 
0033 #   undef AUX778076_HEADER
0034 
0035 #undef BOOST_MPL_PREPROCESSED_HEADER