epoc32/include/stdapis/boost/dynamic_bitset_fwd.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 // --------------------------------------------------
     2 //
     3 // (C) Copyright Chuck Allison and Jeremy Siek 2001 - 2002.
     4 // (C) Copyright Gennaro Prota                 2003 - 2004.
     5 //
     6 // Distributed under the Boost Software License, Version 1.0.
     7 //    (See accompanying file LICENSE_1_0.txt or copy at
     8 //          http://www.boost.org/LICENSE_1_0.txt)
     9 //
    10 // -----------------------------------------------------------
    11 
    12 //  See http://www.boost.org/libs/dynamic_bitset for documentation.
    13 
    14 
    15 #ifndef BOOST_DYNAMIC_BITSET_FWD_HPP
    16 #define BOOST_DYNAMIC_BITSET_FWD_HPP
    17 
    18 #include <memory>
    19 
    20 namespace boost {
    21 
    22 template <typename Block = unsigned long,
    23           typename Allocator = std::allocator<Block> >
    24 class dynamic_bitset;
    25 
    26 } // namespace boost
    27 
    28 #endif // include guard