Thread overview
[Issue 18806] minIndex should be able to take an input range but does not
Mar 11, 2019
Vasyl Teliman
Mar 12, 2019
Dlang Bot
Mar 14, 2019
Dlang Bot
March 11, 2019
https://issues.dlang.org/show_bug.cgi?id=18806

Vasyl Teliman <vasniktel@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vasniktel@gmail.com

--- Comment #1 from Vasyl Teliman <vasniktel@gmail.com> ---
https://github.com/dlang/phobos/pull/6899

--
March 12, 2019
https://issues.dlang.org/show_bug.cgi?id=18806

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Vasniktel updated dlang/phobos pull request #6899 "Fix for the issue 18806: InputRange for std.algorithm.minIndex" fixing this issue:

- Fix Issue 18806 - InputRange for std.algorithm.minIndex

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

--
March 14, 2019
https://issues.dlang.org/show_bug.cgi?id=18806

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6899 "Fix for the issue 18806: InputRange for std.algorithm.minIndex" was merged into master:

- 5795db7ab7718b1a7d73cdae6fb04ad9fd60fb86 by Vasyl Teliman:
  Fix Issue 18806 - InputRange for std.algorithm.minIndex

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

--