$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-08-27 15:48:42
<spamjunk_at_[hidden]> wrote in message
news:200208271941.g7RJfqC19789_at_mailout6.nyroc.rr.com...
> [...]
> I get the impression that you think the class requires a "small" set of
> elements,
I think he means that the set elements are "small" in that they are
integral types (as opposed to arbitrarily large elements, a la std::set).
There seems to be a similarity to bitset.
> [...]
> I also get the impression that you think adding iterators to the class (a
> project for later) would be ill-advised. I would love to hear you
thoughts
> on this.
I suspect the same issues for bitset iterators or vector<bool> iterators
apply here.
Dave