Thread overview | |||||
---|---|---|---|---|---|
|
July 26, 2015 [Issue 4624] std.stdio.File and std.typecons.Unique not GC-heap safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=4624 Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.wakeling@webdrake.ne | |t --- Comment #4 from Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> --- Same occurs with Unique: static assert(isUniformRNG!(Unique!Random)) ... will fail. -- |
July 26, 2015 [Issue 4624] std.stdio.File and std.typecons.Unique not GC-heap safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=4624 --- Comment #5 from Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> --- (In reply to Joseph Rushton Wakeling from comment #4) > Same occurs with Unique: > > static assert(isUniformRNG!(Unique!Random)) > > ... will fail. Ack. Don't know how this wound up here -- was replying to another bug report. :-( -- |
December 17, 2022 [Issue 4624] std.stdio.File and std.typecons.Unique not GC-heap safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=4624 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
Copyright © 1999-2021 by the D Language Foundation