Thread overview
[Issue 24318] Nullable should support non-copyable objects
Jan 04
Dlang Bot
Jan 04
Dlang Bot
January 04
https://issues.dlang.org/show_bug.cgi?id=24318

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |dlang-bugzilla@thecybershad
                   |                            |ow.net

--
January 04
https://issues.dlang.org/show_bug.cgi?id=24318

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #8874 "Fix Issue 24318 - Nullable should support non-copyable objects" fixing this issue:

- std.typecons: Support non-copyable types

  Fixes issue 24318.

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

--
January 04
https://issues.dlang.org/show_bug.cgi?id=24318

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 #8874 "Fix Issue 24318 - Nullable should support non-copyable objects" was merged into master:

- 7033b5c0f0d923f20ba1dae350d143bd8fd92451 by Vladimir Panteleev:
  std.typecons: Support non-copyable types

  Fixes issue 24318.

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

--