[Issue 4474] Better stdin.byLine()
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed May 21 05:05:08 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=4474
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |---
--- Comment #7 from bearophile_hugs at eml.cc ---
Reopened. byLine can't be renamed byLineMutable, so byLine is the noncopying
one and byLineCopy is the copying one. So here the "default" short functions is
unfortunately the less safe one, against the D Zen:
https://github.com/D-Programming-Language/phobos/pull/2077
--
More information about the Digitalmars-d-bugs
mailing list