June 03, 2021
https://issues.dlang.org/show_bug.cgi?id=17041

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #12628 "Fix issue 17041 - foreach ref fails with static array in sequence" fixing this issue:

- fix issue 17041 - foreach ref fails with static array sequence

https://github.com/dlang/dmd/pull/12628

--
June 04, 2021
https://issues.dlang.org/show_bug.cgi?id=17041

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/dmd pull request #12628 "Fix issue 17041 - foreach ref fails with static array in sequence" was merged into master:

- dab6cb26f4c8f36a31ca80170953fa3e50b4c91a by dkorpel:
  fix issue 17041 - foreach ref fails with ValueSeq containing static array

https://github.com/dlang/dmd/pull/12628

--