$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel de Guzman (djowel_at_[hidden])
Date: 2002-08-27 17:43:14
----- Original Message -----
From: <spamjunk_at_[hidden]>
> I added some preliminary documentation here:
> http://groups.yahoo.com/group/boost/files/Set/discrete_set.html
> I will add to it as time permits.
>
> Rich Herrick
If all the elements of the set are known at compile time, why
do you need to store the bits at all? Your class can encode
the information in its type, thus, your class can consume
zero bytes.
--Joel