mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 15:10:46 +03:00
phobos 2.004
This commit is contained in:
parent
d90858f401
commit
c31f87641e
7 changed files with 172 additions and 27 deletions
|
@ -27,7 +27,7 @@ class OutOfMemoryException : Exception
|
|||
super(s);
|
||||
}
|
||||
|
||||
string toString()
|
||||
override string toString()
|
||||
{
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue