Thread overview
[Issue 21979] importC: Error: '{ initializer-list }' is not implemented
May 26, 2021
Iain Buclaw
Jun 03, 2021
Dlang Bot
Jun 14, 2021
Iain Buclaw
May 26, 2021
https://issues.dlang.org/show_bug.cgi?id=21979

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #12627 "ImportC: distinguish cast from ( expresion )" fixing this issue:

- fix Issue 21979 ImportC: does not distinguish between cast-expression and unary-expression correctly

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

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Fixed by https://github.com/dlang/dmd/commit/23a507121522e8aa83b06e92cbe0c4943792b69c

--