Bug 18959 – [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P3
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2018-06-08T11:01:05Z
Last change time
2018-06-08T13:32:27Z
Assigned to
No Owner
Creator
karthikeyan
Comments
Comment #0 by tir.karthi — 2018-06-08T11:01:05Z
`susbstitute` function was added in 2.79.0 in `std.algorithm.iteration` but the documentation points to `std.algorithm.searching` in the changelog along with the examples using std.algorithm.searching which causes error when I try to compile the example code. I don't know if this needs to be fixed since 2.80.1 is released at this point but I just wanted to point this out. Bugzilla search doesn't give me any tickets. Feel free to close this if it's irrelevant.
Thanks for D and all the work.