From: Reid Sweatman (reids_at_[hidden])
Date: 1999-08-19 14:02:20


> In general, if initialization is desired, it's easier to just go ahead
> and initialize it than to tell the class that it should
> initialize itself.

Then maybe what's needed is two different templates, just as the standard C
library had two versions of array allocator, one that initialized, one that
didn't.