March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19627

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #9438 "[dmd-cxx] Backport vector array fixes from master" fixing this issue:

- fix Issue 19627 - Error: cannot cast 'int' to 'int[4]'

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

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

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 #9438 "[dmd-cxx] Backport vector array fixes from master" was merged into dmd-cxx:

- f38b467255228ca56783120f1fec2440d2eb1e6c by Iain Buclaw:
  fix Issue 19627 - Error: cannot cast 'int' to 'int[4]'

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

--