[Issue 22401] importC: Error: cannot implicitly convert expression of type 'const(int[1])' to 'const(int*)'

2021-10-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22401 Iain Buclaw changed: What|Removed |Added Keywords||ImportC, rejects-valid CC|

[Issue 22401] importC: Error: cannot implicitly convert expression of type 'const(int[1])' to 'const(int*)'

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
--- @WalterBright created dlang/dmd pull request #13623 "fix Issue 22401 - importC: Error: cannot implicitly convert expressio…" fixing this issue: - fix Issue 22401 - importC: Error: cannot implicitly convert expression of type const(int[1]) to const(int*) https://github.com/dlang/dmd/pull/13623 --

[Issue 22401] importC: Error: cannot implicitly convert expression of type 'const(int[1])' to 'const(int*)'

2022-02-08 Thread d-bugmail--- via Digitalmars-d-bugs
implicitly convert expression of type const(int[1]) to const(int*) https://github.com/dlang/dmd/pull/13623 --