https://issues.dlang.org/show_bug.cgi?id=20663
Issue ID: 20663
Summary: writeln should be @nogc
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
I have had multiple complain (one of them *phoned me from overseas*) that
writeln() doesn't work in @nogc.
Their claim goes: "How can it be acceptable that writeln() doesn't work in
@nogc? It's literally the first thing you try and do!"
I have to agree. writeln() really should work everywhere, always.
--