8 Sep
2004
8 Sep
'04
8:23 p.m.
"Frank Maddin"
Maybe there is a good reason for this, but I've often wondered why there is no version of constant size arrays that support push_back() and pop_back().
I recall that if one wants the array to be of a type that is not default-constructible, the storage must be something like a raw character array, which introduces some alignment problems. Others can likely add more detail. -- Steven E. Harris