1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/mpl/vector.hpp Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,57 @@
1.4 +
1.5 +#ifndef BOOST_MPL_VECTOR_HPP_INCLUDED
1.6 +#define BOOST_MPL_VECTOR_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/vector.hpp,v $
1.17 +// $Date: 2004/11/28 01:58:27 $
1.18 +// $Revision: 1.8 $
1.19 +
1.20 +#if !defined(BOOST_MPL_PREPROCESSING_MODE)
1.21 +# include <boost/mpl/limits/vector.hpp>
1.22 +# include <boost/mpl/aux_/na.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_VECTOR_HEADER \
1.31 + BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE).hpp \
1.32 + /**/
1.33 +#else
1.34 +# define AUX778076_VECTOR_HEADER \
1.35 + BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE)##.hpp \
1.36 + /**/
1.37 +#endif
1.38 +
1.39 +# include BOOST_PP_STRINGIZE(boost/mpl/vector/AUX778076_VECTOR_HEADER)
1.40 +# undef AUX778076_VECTOR_HEADER
1.41 +#endif
1.42 +
1.43 +#include <boost/mpl/aux_/config/use_preprocessed.hpp>
1.44 +
1.45 +#if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
1.46 + && !defined(BOOST_MPL_PREPROCESSING_MODE)
1.47 +
1.48 +# define BOOST_MPL_PREPROCESSED_HEADER vector.hpp
1.49 +# include <boost/mpl/aux_/include_preprocessed.hpp>
1.50 +
1.51 +#else
1.52 +
1.53 +# include <boost/mpl/limits/vector.hpp>
1.54 +
1.55 +# define AUX778076_SEQUENCE_NAME vector
1.56 +# define AUX778076_SEQUENCE_LIMIT BOOST_MPL_LIMIT_VECTOR_SIZE
1.57 +# include <boost/mpl/aux_/sequence_wrapper.hpp>
1.58 +
1.59 +#endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
1.60 +#endif // BOOST_MPL_VECTOR_HPP_INCLUDED