[Issue 21662] Extern linkage variables cannot be of types with disabled default construction

2021-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21662 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #12238 "merge stable" was merged into master: - 774f2ed263af43bdae5532fce556f71905fd671a by Nathan Sashihara: Fix Issue 21662 - Extern linkage variables cannot be of types wit

[Issue 21662] Extern linkage variables cannot be of types with disabled default construction

2021-02-24 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #2 from Dlang Bot --- dlang/dmd pull request #12231 "Extern linkage variables cannot be of types with disabled default construction" was merged into stable: - 0d491f0ee055b2a7dbd999b5e835117ae5da5035 by Nathan Sashihara: Fix Issue 21662 - Extern linkage

[Issue 21662] Extern linkage variables cannot be of types with disabled default construction

2021-02-24 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/dmd pull request #12231 "Extern linkage variables cannot be of types with disabled default construction" fixing this issue: - Fix Issue 21662 - Extern linkage variables cannot be of types with disabled default construction https://github.com/dlang/dmd/pull/12231 --