[Issue 8556] Using take results in a corrupted call to opSlice
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 9 19:47:49 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8556
Jonathan M Davis <jmdavisProg at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |regression
--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-09 19:23:44 PDT ---
I'm changing this to a regression, because bug# 8790 shows an example of where
this causes a regression:
import std.algorithm;
import std.range;
void main() {
auto N2 = sequence!"n"(cast(size_t)1).map!"a";
}
--
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