[Issue 24382] std.range.only should have assignable elements

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 14 22:15:27 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24382

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at 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

--


More information about the Digitalmars-d-bugs mailing list