[phobos] [D-Programming-Language/phobos] f210fa: Declare fromStringz @nogc nothrow
GitHub via phobos
phobos at puremagic.com
Sat Apr 18 18:04:55 PDT 2015
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 at 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 at 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
More information about the phobos
mailing list