[Issue 5378] File.byLine terminator string
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 11 19:19:38 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=5378
--- Comment #7 from github-bugzilla at puremagic.com 2013-08-11 19:19:36 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/7f76586e16623894c7b6119014f76ed7bfef527e
Fix Issue 5378 - Make File.byLine accept a string terminator
Add an overload of byLine without a default argument for terminator.
Before, byLine!string tried to instantiate "string terminator = '\n'",
which is invalid.
Note: This removes the default arguments from ByLine.this, but the
constructor was never documented anyway (unlike the range primitives).
https://github.com/D-Programming-Language/phobos/commit/5576d899af510de798b0d5aaa8bd13e6caebfbce
Merge pull request #1458 from ntrel/byLine-crlf
Fix Issue 5378 - Make File.byLine accept a string terminator
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list