
3 Oct
2005
3 Oct
'05
10:49 p.m.
"Boris" wrote:
We have boost::array but just like with std::bitset you need to know the size at compile time. Is there any interest in boost::dynamic_array (I mean is anyone else interested except me :-)?
Before anyone wonders: I'm talking about a fixed-size array whose size is set at runtime. boost::dynamic_array is probably not a suitable name as someone might think then of std::vector.
How would such dynamic_array be better (different) than std::vector? /Pavel