Boost logo

Boost :

Subject: Re: [boost] Interest in Boost.Array companion: StaticVector - A statically allocated fixed capacity vector
From: Nevin Liber (nevin_at_[hidden])
Date: 2011-08-15 17:17:14


On 15 August 2011 15:43, Andrew Hundt <athundt_at_[hidden]> wrote:

>
> Sticking as closely as possible to boost.array as possible with added
> tracking of the size of what is stored inside it as I do here may still be
> useful. I also had a goal of keeping StaticVector as a POD object.

StaticVector is very far away from being POD. It has constructors and
different public/private sections. And I don't think you can fix it,
since you are going to want to zero m_size.

-- 
 Nevin ":-)" Liber  <mailto:nevin_at_[hidden]>  (847) 691-1404

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk