[Issue 9456] decodeFront is inconsistent in whether it pops elements off of the range or not

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 27 23:10:38 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9456



--- Comment #4 from github-bugzilla at puremagic.com 2013-04-27 23:10:35 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/aae9d3806abaaf389814b674658f4b67f19d42e6
Fix for issue# 9456.

This change makes it so that decodeFront takes its range by ref and pops
off the code units that it decodes (unlike decode). It pretty much has
to do that, since it supports input ranges, and they can't do anything
else.

https://github.com/D-Programming-Language/phobos/commit/3e60ef9eca29156f8e1e153d42a04ec59d8df2bd
Merge pull request #1129 from jmdavis/decode

Fix Issue 9456 -  decodeFront is inconsistent in whether it pops elements off
of the range or not

-- 
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