$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Graham Reitz (graham.cpp_at_[hidden])
Date: 2007-05-25 22:33:28
How do you use the BlockInputIterator version of the dynamic_bitset?
template <typename BlockInputIterator>
dynamic_bitset(BlockInputIterator first, BlockInputIterator last, const
Allocator& alloc = Allocator())
What kind of iterator should I use?
Thanks in advance for any help,
Graham