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 |
#ifndef BOOST_DYNAMIC_BITSET_HPP
|
sl@0
|
15 |
#define BOOST_DYNAMIC_BITSET_HPP
|
sl@0
|
16 |
|
sl@0
|
17 |
#include "boost/dynamic_bitset/dynamic_bitset.hpp"
|
sl@0
|
18 |
|
sl@0
|
19 |
#endif // include guard
|