Last change
on this file since 46 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
627 bytes
|
Rev | Line | |
---|
[29] | 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 | #ifndef BOOST_DYNAMIC_BITSET_HPP |
---|
| 15 | #define BOOST_DYNAMIC_BITSET_HPP |
---|
| 16 | |
---|
| 17 | #include "boost/dynamic_bitset/dynamic_bitset.hpp" |
---|
| 18 | |
---|
| 19 | #endif // include guard |
---|
Note: See
TracBrowser
for help on using the repository browser.