mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 22:18:03 +03:00
phobos 0.65
This commit is contained in:
parent
dba8d9bcaa
commit
c7ea30e9a0
31 changed files with 2923 additions and 162 deletions
|
@ -10,7 +10,7 @@ class OutOfMemory : Object
|
|||
}
|
||||
}
|
||||
|
||||
extern (C) static void _d_OutOfMemory()
|
||||
extern (C) void _d_OutOfMemory()
|
||||
{
|
||||
throw (OutOfMemory)(void *)OutOfMemory.classinfo.init;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue