os/ossrv/ossrv_pub/boost_apis/boost/dynamic_bitset_fwd.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// --------------------------------------------------
sl@0
     2
//
sl@0
     3
// (C) Copyright Chuck Allison and Jeremy Siek 2001 - 2002.
sl@0
     4
// (C) Copyright Gennaro Prota                 2003 - 2004.
sl@0
     5
//
sl@0
     6
// Distributed under the Boost Software License, Version 1.0.
sl@0
     7
//    (See accompanying file LICENSE_1_0.txt or copy at
sl@0
     8
//          http://www.boost.org/LICENSE_1_0.txt)
sl@0
     9
//
sl@0
    10
// -----------------------------------------------------------
sl@0
    11
sl@0
    12
//  See http://www.boost.org/libs/dynamic_bitset for documentation.
sl@0
    13
sl@0
    14
sl@0
    15
#ifndef BOOST_DYNAMIC_BITSET_FWD_HPP
sl@0
    16
#define BOOST_DYNAMIC_BITSET_FWD_HPP
sl@0
    17
sl@0
    18
#include <memory>
sl@0
    19
sl@0
    20
namespace boost {
sl@0
    21
sl@0
    22
template <typename Block = unsigned long,
sl@0
    23
          typename Allocator = std::allocator<Block> >
sl@0
    24
class dynamic_bitset;
sl@0
    25
sl@0
    26
} // namespace boost
sl@0
    27
sl@0
    28
#endif // include guard