Thread overview
[Issue 19838] RefCounted fails to instantiate due to pureness of moveEmplace
Apr 30, 2019
Márcio Martins
May 15, 2019
Dlang Bot
Jul 10, 2019
Dlang Bot
April 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19838

Márcio Martins <marcioapm@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcioapm@gmail.com
            Summary|RefCounted fails            |RefCounted fails to
                   |                            |instantiate due to pureness
                   |                            |of moveEmplace

--
May 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19838

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@marcioapm created dlang/phobos pull request #7006 "Fix Issue 19838 - RefCounted fails to instantiate due to pureness of …" fixing this issue:

- Fix Issue 19838 - RefCounted fails to instantiate due to pureness of moveEmplace

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

--
July 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19838

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 #7006 "Fix Issue 19838 - RefCounted fails to instantiate due to pureness of …" was merged into stable:

- 2e408f13ea35b1b4242d7384782164f267a0dc96 by Márcio Martins:
  Fix Issue 19838 - RefCounted fails to instantiate due to pureness of
moveEmplace

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

--