[Issue 4624] std.stdio.File and std.typecons.Unique not GC-heap safe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 26 05:18:44 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=4624

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joseph.wakeling at webdrake.ne
                   |                            |t

--- Comment #4 from Joseph Rushton Wakeling <joseph.wakeling at webdrake.net> ---
Same occurs with Unique:

    static assert(isUniformRNG!(Unique!Random))

... will fail.

--


More information about the Digitalmars-d-bugs mailing list