[Issue 23190] std.stdio.File should be usable in @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 16 10:28:58 UTC 2022


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl

--- Comment #1 from Dennis <dkorpel at live.nl> ---
Looks like the biggest problem is that `DirIterator` and `ByLineImpl` use
`std.typecons : RefCounted` which has a `@system` destructor.

--


More information about the Digitalmars-d-bugs mailing list