[Issue 18959] [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jun 8 11:55:41 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18959
Seb <greensunny12 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greensunny12 at gmail.com
--- Comment #1 from Seb <greensunny12 at gmail.com> ---
Thanks a lot for noticing. Initially substitute was supposed to be
std.algorithm.searching, but that was later changed and it seems like the
changelog entry never got updated.
A PR to fix this in the changelog docs:
https://github.com/dlang/dlang.org/pull/2386
The code here should compile:
https://dlang.org/library/std/algorithm/iteration/substitute.html
--
More information about the Digitalmars-d-bugs
mailing list