os/ossrv/ossrv_pub/boost_apis/boost/mpl/vector.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
sl@0
     2
#ifndef BOOST_MPL_VECTOR_HPP_INCLUDED
sl@0
     3
#define BOOST_MPL_VECTOR_HPP_INCLUDED
sl@0
     4
sl@0
     5
// Copyright Aleksey Gurtovoy 2000-2004
sl@0
     6
//
sl@0
     7
// Distributed under the Boost Software License, Version 1.0. 
sl@0
     8
// (See accompanying file LICENSE_1_0.txt or copy at 
sl@0
     9
// http://www.boost.org/LICENSE_1_0.txt)
sl@0
    10
//
sl@0
    11
// See http://www.boost.org/libs/mpl for documentation.
sl@0
    12
sl@0
    13
// $Source: /cvsroot/boost/boost/boost/mpl/vector.hpp,v $
sl@0
    14
// $Date: 2004/11/28 01:58:27 $
sl@0
    15
// $Revision: 1.8 $
sl@0
    16
sl@0
    17
#if !defined(BOOST_MPL_PREPROCESSING_MODE)
sl@0
    18
#   include <boost/mpl/limits/vector.hpp>
sl@0
    19
#   include <boost/mpl/aux_/na.hpp>
sl@0
    20
#   include <boost/mpl/aux_/config/preprocessor.hpp>
sl@0
    21
sl@0
    22
#   include <boost/preprocessor/inc.hpp>
sl@0
    23
#   include <boost/preprocessor/cat.hpp>
sl@0
    24
#   include <boost/preprocessor/stringize.hpp>
sl@0
    25
sl@0
    26
#if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING)
sl@0
    27
#   define AUX778076_VECTOR_HEADER \
sl@0
    28
    BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE).hpp \
sl@0
    29
    /**/
sl@0
    30
#else
sl@0
    31
#   define AUX778076_VECTOR_HEADER \
sl@0
    32
    BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE)##.hpp \
sl@0
    33
    /**/
sl@0
    34
#endif
sl@0
    35
sl@0
    36
#   include BOOST_PP_STRINGIZE(boost/mpl/vector/AUX778076_VECTOR_HEADER)
sl@0
    37
#   undef AUX778076_VECTOR_HEADER
sl@0
    38
#endif
sl@0
    39
sl@0
    40
#include <boost/mpl/aux_/config/use_preprocessed.hpp>
sl@0
    41
sl@0
    42
#if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
sl@0
    43
    && !defined(BOOST_MPL_PREPROCESSING_MODE)
sl@0
    44
sl@0
    45
#   define BOOST_MPL_PREPROCESSED_HEADER vector.hpp
sl@0
    46
#   include <boost/mpl/aux_/include_preprocessed.hpp>
sl@0
    47
sl@0
    48
#else
sl@0
    49
sl@0
    50
#   include <boost/mpl/limits/vector.hpp>
sl@0
    51
sl@0
    52
#   define AUX778076_SEQUENCE_NAME vector
sl@0
    53
#   define AUX778076_SEQUENCE_LIMIT BOOST_MPL_LIMIT_VECTOR_SIZE
sl@0
    54
#   include <boost/mpl/aux_/sequence_wrapper.hpp>
sl@0
    55
sl@0
    56
#endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
sl@0
    57
#endif // BOOST_MPL_VECTOR_HPP_INCLUDED