February 10, 2024 [Issue 24382] std.range.only should have assignable elements | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24382 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @pbackus created dlang/phobos pull request #8910 "Allow assignment of std.range.only elements" fixing this issue: - Allow assignment of std.range.only elements This allows the ranges returned by only to be used in algorithms that require assignable elements, such as reverse, sort, and transposed. Fixes bugzilla issue 24382. https://github.com/dlang/phobos/pull/8910 -- |
February 14, 2024 [Issue 24382] std.range.only should have assignable elements | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24382 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/phobos pull request #8910 "Allow assignment of std.range.only elements" was merged into master: - a923073f57ad90fa33cdd699fe3077002b1c0edf by Paul Backus: Allow assignment of std.range.only elements This allows the ranges returned by only to be used in algorithms that require assignable elements, such as reverse, sort, and transposed. Fixes bugzilla issue 24382. https://github.com/dlang/phobos/pull/8910 -- |
Copyright © 1999-2021 by the D Language Foundation