www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: Change the name of ArrayBoundsException in druntime

Denis Koroskin Wrote:

 Leave the user unaware that an out of memory error has been occured and  
 recovered from is my best wish.

Ridiculous. I saw applications running out of memory. This is not something user can be unaware of. If you really want to recover from OutOfMemoryException or ProcessorNotFoundException no one prevents you from doing this, go catch it, hack it and continue execution. BTW if you want to operate with terabytes of data may be you need some special solution for this? Some applications have abilities to manipulate data of such volumes. :)
Oct 24 2008