|
Is it legal to allocate an array of size zero? I know you can in C, it just bumps the size up to the minimum, but in C++, I'm not so sure.
[edit] Occurred to me that it could be something in T crashing, rather than the template class
Last edited by Corona688; 05-18-2006 at 09:02 AM.
|