Structs lines
and ByLineCopy
cannot be usefully constructed in @safe
code
#10607
Labels
lines
and ByLineCopy
cannot be usefully constructed in @safe
code
#10607
The structs
lines
andByLineCopy
ofstd.stdio
aren’t safe to construct and/or destruct (at least in an actually useful way, i.e. calling the parameterized constructor oflines
).These maintenance inconveniences are quite easy to fix and would get us one step forward towards #10605.
The text was updated successfully, but these errors were encountered: