$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris (boris_at_[hidden])
Date: 2005-10-03 13:02:22
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