
3 Oct
2005
3 Oct
'05
6:02 p.m.
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 :-)? Boris