July 26, 2021
https://issues.dlang.org/show_bug.cgi?id=22146

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/phobos pull request #8180 "fix Issue 22146 - std.algorithm.searching.findAdjacent() can fall off…" fixing this issue:

- fix Issue 22146 - std.algorithm.searching.findAdjacent() can fall off end of
function

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

--
July 26, 2021
https://issues.dlang.org/show_bug.cgi?id=22146

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 #8180 "fix Issue 22146 - std.algorithm.searching.findAdjacent() can fall off…" was merged into master:

- 48e56ed51be91295955ca7ef4358951d64f309b0 by Walter Bright:
  fix Issue 22146 - std.algorithm.searching.findAdjacent() can fall off end of
function

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

--