
3 Oct
2005
3 Oct
'05
8:05 p.m.
"Boris" <boris@gtemail.net>, news:dhrrne$ues$1@sea.gmane.org...
I stumbled about boost::dynamic_bitset in the documentation which is a runtime sized version of std::bitset. Now I wonder why there is no boost::dynamic_array. 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. Boris