March 06, 2005
http://www.digitalmars.com/d/class.html

There is no:
- OutOfMemoryException

There's just OutOfMemory, which is an Object?
(and also: extern (C) void _d_OutOfMemory(); )

Shouldn't this be: class OutOfMemoryError : Error ?

--anders
March 11, 2005
Anders F Björklund wrote:

| http://www.digitalmars.com/d/class.html
|
| There is no:
| - OutOfMemoryException
|
| There's just OutOfMemory, which is an Object?
| (and also: extern (C) void _d_OutOfMemory(); )
|
| Shouldn't this be: class OutOfMemoryError : Error ?
|
| --anders

Added to DStress as
http://dstress.kuehne.cn/run/OutOfMemory_01.d
http://dstress.kuehne.cn/run/OutOfMemory_02.d

Thomas