os/ossrv/ossrv_pub/boost_apis/boost/mpl/map/map30.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_MAP_MAP30_HPP_INCLUDED
sl@0
     3
#define BOOST_MPL_MAP_MAP30_HPP_INCLUDED
sl@0
     4
sl@0
     5
// Copyright Aleksey Gurtovoy 2000-2004
sl@0
     6
// Copyright David Abrahams 2003-2004
sl@0
     7
//
sl@0
     8
// Distributed under the Boost Software License, Version 1.0. 
sl@0
     9
// (See accompanying file LICENSE_1_0.txt or copy at 
sl@0
    10
// http://www.boost.org/LICENSE_1_0.txt)
sl@0
    11
//
sl@0
    12
// See http://www.boost.org/libs/mpl for documentation.
sl@0
    13
sl@0
    14
// $Source: /cvsroot/boost/boost/boost/mpl/map/map30.hpp,v $
sl@0
    15
// $Date: 2004/09/02 15:40:59 $
sl@0
    16
// $Revision: 1.2 $
sl@0
    17
sl@0
    18
#if !defined(BOOST_MPL_PREPROCESSING_MODE)
sl@0
    19
#   include <boost/mpl/map/map20.hpp>
sl@0
    20
#endif
sl@0
    21
sl@0
    22
#include <boost/mpl/aux_/config/use_preprocessed.hpp>
sl@0
    23
sl@0
    24
#if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
sl@0
    25
    && !defined(BOOST_MPL_PREPROCESSING_MODE)
sl@0
    26
sl@0
    27
#   define BOOST_MPL_PREPROCESSED_HEADER map30.hpp
sl@0
    28
#   include <boost/mpl/map/aux_/include_preprocessed.hpp>
sl@0
    29
sl@0
    30
#else
sl@0
    31
sl@0
    32
#   include <boost/preprocessor/iterate.hpp>
sl@0
    33
sl@0
    34
namespace boost { namespace mpl {
sl@0
    35
sl@0
    36
#   define BOOST_PP_ITERATION_PARAMS_1 \
sl@0
    37
    (3,(21, 30, <boost/mpl/map/aux_/numbered.hpp>))
sl@0
    38
#   include BOOST_PP_ITERATE()
sl@0
    39
sl@0
    40
}}
sl@0
    41
sl@0
    42
#endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
sl@0
    43
sl@0
    44
#endif // BOOST_MPL_MAP_MAP30_HPP_INCLUDED