[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
Sun Feb 10 03:47:56 PST 2013


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



--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-02-10 03:47:54 PST ---
New pull request: https://github.com/D-Programming-Language/phobos/pull/1129

It makes it so that decodeFront takes its argument by ref, since that's the
only way to make it consistent across range types, much as it would ideally act
like decode and never pop off any elements.

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