
14 Jun
2004
14 Jun
'04
4:03 p.m.
Dear list,
I frequently need to use arrays with undetermined (at compile time) but
constant (user specify size) size. I.e., I need something like
boost::array<int> arr(5);
without arr.insert etc, rather than
boost::array