move the import of onOutOfMemoryError out of the deprecated section

outOfMemoryError is in use by undeprecated code, and it's not deprecated
itself either
This commit is contained in:
Nils Boßung 2012-04-04 20:11:02 +02:00
parent dfe83f155d
commit 55d89dcad1

View file

@ -59,6 +59,7 @@ version(Posix)
import core.stdc.errno;
import core.sys.posix.pwd;
import core.sys.posix.stdlib;
private import core.exception : onOutOfMemoryError;
}
@ -2795,7 +2796,6 @@ deprecated:
version(Posix)
{
private import core.sys.posix.pwd;
private import core.exception : onOutOfMemoryError;
}
version(Windows)