From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-07-19 15:59:03


> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Steven Burns
> Sent: Wednesday, July 19, 2006 12:56 PM
> To: boost_at_[hidden]
> Subject: [boost] boost::array support for runtime-sized arrays
>
> I realize you could simply use std::vector, but sometimes all
> you want is a
> fixed-size array (but sized at runtime). Besides, I am not
> sure about the
> overhead involved with std::vector for these simple scenarios.

I doubt it would be much more if at all slower to use vector so long as
you only allocate once.