$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSoC]Bits and Ints
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-04-10 15:35:15
On Thu, 8 Apr 2010, shiyang yang wrote:
> Hi
>
> Thanks for the help.
>
> But I am still not very sure about the meaning of
>
> dynamic_bitfields. Does it mean the size of the
>
> bitfield is dynamic?
I believe it does refer to bitfields with variable sizes, as well as
things like bit matrix-vector multiplication (which there are many tricks
for doing efficiently).
-- Jeremiah Willcock