April 18, 2015 [phobos] [D-Programming-Language/phobos] f210fa: Declare fromStringz @nogc nothrow | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: f210fa57a84357ad270236b2fa6e7fd65584f152 https://github.com/D-Programming-Language/phobos/commit/f210fa57a84357ad270236b2fa6e7fd65584f152 Author: w0rp <devw0rp@gmail.com> Date: 2015-04-19 (Sun, 19 Apr 2015) Changed paths: M std/string.d Log Message: ----------- Declare fromStringz @nogc nothrow fromStringz wasn't declared `@nogc nothrow`, but it can easily taken on those attributes. This will make it usable in `@nogc nothrow` functions. Commit: fbd0e0415cb17c04fd5492fff53a642f9bce9683 https://github.com/D-Programming-Language/phobos/commit/fbd0e0415cb17c04fd5492fff53a642f9bce9683 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2015-04-18 (Sat, 18 Apr 2015) Changed paths: M std/string.d Log Message: ----------- Merge pull request #3202 from w0rp/patch-2 Declare fromStringz @nogc nothrow Compare: https://github.com/D-Programming-Language/phobos/compare/9a1be0201775...fbd0e0415cb1 |
Copyright © 1999-2021 by the D Language Foundation