"Kevin S. Van Horn" <[EMAIL PROTECTED]> writes:

> A local business had need of a facility to pack arbitrary-sized bitfields into
> exactly 64 bits, with a guarantee of no padding.  I wrote this class as a
> generalization of that need, and would like your comments as to whether this
> would be appropriate for submission to Boost.  You can download the source
> code, rough draft of documentation, and regression test from
>
>   http://www.cs.ndsu.nodak.edu/~kvanhorn/bitstruct.tgz (gzipped tar file)
>
> or
>
>   http://www.cs.ndsu.nodak.edu//~kvanhorn/bitstruct.zip (ZIP file).
>
> I have included the rough draft of the documentation below.
>
> -------------------------------------------------------------------
>
> BITSTRUCT

Looks cool. I don't usually need such a thing, though. Could you give
some examples of likely use cases?

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to