Thread overview
[Issue 22071] importC: Error: struct literal is not an lvalue
Jun 22, 2021
Iain Buclaw
Jul 20, 2021
Dlang Bot
Jul 22, 2021
Dlang Bot
June 22, 2021
https://issues.dlang.org/show_bug.cgi?id=22071

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12894 "fix Issue 22071 - ImportC: Error: struct literal is not an lvalue" fixing this issue:

- fix Issue 22071 - ImportC: Error: struct literal is not an lvalue

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

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

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 #12894 "fix Issue 22071 - ImportC: Error: struct literal is not an lvalue" was merged into master:

- 0b052037c90e48a4552740f98a1cd7365b5f9871 by Walter Bright:
  fix Issue 22071 - ImportC: Error: struct literal is not an lvalue

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

--