[Issue 21129] [REG2.090] std.range.only broken for reference conversions of local copies of parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 17 17:02:11 UTC 2020


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

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 #7584 "Fix issue 21129: Make `OnlyResult` store a
value tuple instead of a static array of CommonType." was merged into stable:

- 89109110d96651ca0718bc040cdc2a9c6aa3d868 by Mathis Beer:
  Fix issue 21129: Make `OnlyResult` store the actual types passed to it as a
tuple, instead of a static array of CommonType.
  Remove the unittest that verifies that `OnlyResult` doesn't depend on
argument order - since it now does.
  Add unittest for issue 21129.

https://github.com/dlang/phobos/pull/7584

--


More information about the Digitalmars-d-bugs mailing list