Thread overview
[Issue 14830] RefCounted does not forward all fields of underlying data structure
[Issue 14830] RefCounted and Unique do not forward all fields of underlying data structure
Dec 17, 2022
Iain Buclaw
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14830

--- Comment #1 from Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> ---
See also Issue #10888.  Both these issues have nasty consequences for working with std.random functionality.

--
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14830

Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|RefCounted does not forward |RefCounted and Unique do
                   |all fields of underlying    |not forward all fields of
                   |data structure              |underlying data structure

--
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14830

--- Comment #2 from Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> ---
Same happens with Unique!Random:

    static assert(isUniformRNG!(Unique!Random));   // FAILS

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14830

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=14830

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10137

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--