Thread overview
[Issue 22147] DList can't accept a struct with postblit disabled
Dec 17, 2022
Iain Buclaw
Mar 12, 2023
Dlang Bot
Mar 13, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22147

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
March 12, 2023
https://issues.dlang.org/show_bug.cgi?id=22147

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WebFreak001 created dlang/phobos pull request #8714 " fix 22147: allow @disable this(this) T in DList!T " fixing this issue:

- fix 22147: allow @disable this(this) T in DList!T

https://github.com/dlang/phobos/pull/8714

--
March 13, 2023
https://issues.dlang.org/show_bug.cgi?id=22147

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/phobos pull request #8714 " fix 22147: allow @disable this(this) T in DList!T " was merged into master:

- 3b3757af6b1773815f3275e428011c52b5cb2dd2 by WebFreak001:
  fix 22147: allow @disable this(this) T in DList!T

https://github.com/dlang/phobos/pull/8714

--