Andrei Alexandrescu: > I am implementing stack allocation for classes in library code; > I'm just undecided on where to put it. A module that contains code to manage memory, create memory pools, allocate a whole 2D dynamic array out of a single chunck of memory, and so on. Bye, bearophile