[Issue 14197] "replace" was moved from std.string without alias added
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Mar 15 12:29:39 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14197
--- Comment #8 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/e5eea9af43aa6836a3bfd48cc02706facb60dae8
fix Issue 14197 - replace was removed from std.string
- add public aliases to std.array.replace/replaceInPlace
- std.string should at least cover any basic string
manipulation needs
https://github.com/D-Programming-Language/phobos/commit/e15c5a260a0e3907e7d4606b4da9fde7d1d910eb
Merge pull request #3055 from MartinNowak/fix14197
fix Issue 14197 - replace was removed from std.string
--
More information about the Digitalmars-d-bugs
mailing list