Thread overview
Typo in example
Jan 03, 2006
Frank Benoit
Jan 03, 2006
Frank Benoit
Jan 05, 2006
Walter Bright
January 03, 2006
http://www.digitalmars.com/d/memory.html#newdelete

throw new OutOfMemory();
should be
throw new OutOfMemoryException();

Frank
January 03, 2006
and
gc....
should be
std.gc.....

Frank

January 05, 2006
Thanks, I'll take care of them.