Thread overview
[Issue 21662] Extern linkage variables cannot be of types with disabled default construction
Feb 24, 2021
Dlang Bot
Feb 25, 2021
Dlang Bot
Feb 27, 2021
Dlang Bot
February 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21662

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh 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

--
February 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21662

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 #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 variables cannot be of types with disabled
default construction

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

--
February 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21662

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
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 with disabled
default construction

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

--