Jonathan M Davis: > it would be possible to make it so that any objects allocated with > new during CTFE would be in the dynamic heap during runtime. This is possible, but it doesn't seem what you usually desire when you allocate an object at compile time. Bye, bearophile