1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/mpl/set_c.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,60 @@
1.4 +
1.5 +#ifndef BOOST_MPL_SET_C_HPP_INCLUDED
1.6 +#define BOOST_MPL_SET_C_HPP_INCLUDED
1.7 +
1.8 +// Copyright Aleksey Gurtovoy 2000-2004
1.9 +//
1.10 +// Distributed under the Boost Software License, Version 1.0.
1.11 +// (See accompanying file LICENSE_1_0.txt or copy at
1.12 +// http://www.boost.org/LICENSE_1_0.txt)
1.13 +//
1.14 +// See http://www.boost.org/libs/mpl for documentation.
1.15 +
1.16 +// $Source: /cvsroot/boost/boost/boost/mpl/set_c.hpp,v $
1.17 +// $Date: 2004/11/28 01:58:03 $
1.18 +// $Revision: 1.2 $
1.19 +
1.20 +#if !defined(BOOST_MPL_PREPROCESSING_MODE)
1.21 +# include <boost/mpl/limits/set.hpp>
1.22 +# include <boost/mpl/aux_/nttp_decl.hpp>
1.23 +# include <boost/mpl/aux_/config/preprocessor.hpp>
1.24 +
1.25 +# include <boost/preprocessor/inc.hpp>
1.26 +# include <boost/preprocessor/cat.hpp>
1.27 +# include <boost/preprocessor/stringize.hpp>
1.28 +
1.29 +#if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
1.30 +# define AUX778076_SET_C_HEADER \
1.31 + BOOST_PP_CAT(BOOST_PP_CAT(set,BOOST_MPL_LIMIT_SET_SIZE),_c).hpp \
1.32 + /**/
1.33 +#else
1.34 +# define AUX778076_SET_C_HEADER \
1.35 + BOOST_PP_CAT(BOOST_PP_CAT(set,BOOST_MPL_LIMIT_SET_SIZE),_c)##.hpp \
1.36 + /**/
1.37 +#endif
1.38 +
1.39 +# include BOOST_PP_STRINGIZE(boost/mpl/set/AUX778076_SET_C_HEADER)
1.40 +# undef AUX778076_SET_C_HEADER
1.41 +# include <climits>
1.42 +#endif
1.43 +
1.44 +#include <boost/mpl/aux_/config/use_preprocessed.hpp>
1.45 +
1.46 +#if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
1.47 + && !defined(BOOST_MPL_PREPROCESSING_MODE)
1.48 +
1.49 +# define BOOST_MPL_PREPROCESSED_HEADER set_c.hpp
1.50 +# include <boost/mpl/aux_/include_preprocessed.hpp>
1.51 +
1.52 +#else
1.53 +
1.54 +# include <boost/mpl/limits/set.hpp>
1.55 +
1.56 +# define AUX778076_SEQUENCE_NAME set_c
1.57 +# define AUX778076_SEQUENCE_LIMIT BOOST_MPL_LIMIT_SET_SIZE
1.58 +# define AUX778076_SEQUENCE_NAME_N(n) BOOST_PP_CAT(BOOST_PP_CAT(set,n),_c)
1.59 +# define AUX778076_SEQUENCE_INTEGRAL_WRAPPER
1.60 +# include <boost/mpl/aux_/sequence_wrapper.hpp>
1.61 +
1.62 +#endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
1.63 +#endif // BOOST_MPL_SET_C_HPP_INCLUDED