Files
dynamic_bitset/include/boost/dynamic_bitset_fwd.hpp
Jeremy Siek 270afe16e7 new files
[SVN r14498]
2002-07-17 16:21:43 +00:00

15 lines
294 B
C++

#ifndef BOOST_DYNAMIC_BITSET_FWD_HPP
#define BOOST_DYNAMIC_BITSET_FWD_HPP
#include <memory>
namespace boost {
template <typename Block = unsigned long,
typename Allocator = std::allocator<Block> >
class dynamic_bitset;
} // namespace boost
#endif // BOOST_DYNAMIC_BITSET_FWD_HPP