os/ossrv/ossrv_pub/boost_apis/boost/mpl/set/set0.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_SET_SET0_HPP_INCLUDED
sl@0
     3
#define BOOST_MPL_SET_SET0_HPP_INCLUDED
sl@0
     4
sl@0
     5
// Copyright Aleksey Gurtovoy 2003-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/set/set0.hpp,v $
sl@0
    15
// $Date: 2004/09/02 15:41:02 $
sl@0
    16
// $Revision: 1.5 $
sl@0
    17
sl@0
    18
#include <boost/mpl/set/aux_/at_impl.hpp>
sl@0
    19
#include <boost/mpl/set/aux_/clear_impl.hpp>
sl@0
    20
//#include <boost/mpl/set/aux_/O1_size.hpp>
sl@0
    21
#include <boost/mpl/set/aux_/size_impl.hpp>
sl@0
    22
#include <boost/mpl/set/aux_/empty_impl.hpp>
sl@0
    23
#include <boost/mpl/set/aux_/insert_impl.hpp>
sl@0
    24
#include <boost/mpl/set/aux_/erase_impl.hpp>
sl@0
    25
#include <boost/mpl/set/aux_/erase_key_impl.hpp>
sl@0
    26
#include <boost/mpl/set/aux_/has_key_impl.hpp>
sl@0
    27
#include <boost/mpl/set/aux_/key_type_impl.hpp>
sl@0
    28
#include <boost/mpl/set/aux_/value_type_impl.hpp>
sl@0
    29
#include <boost/mpl/set/aux_/begin_end_impl.hpp>
sl@0
    30
#include <boost/mpl/set/aux_/iterator.hpp>
sl@0
    31
#include <boost/mpl/set/aux_/item.hpp>
sl@0
    32
#include <boost/mpl/set/aux_/set0.hpp>
sl@0
    33
#include <boost/mpl/set/aux_/tag.hpp>
sl@0
    34
sl@0
    35
#endif // BOOST_MPL_SET_SET0_HPP_INCLUDED