http://d.puremagic.com/issues/show_bug.cgi?id=4603
Summary: array(iota(1, 0)) error
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2010-08-09 07:49:55 PDT ---
This generates an 'Access Violation' with dmd 2.048beta:
import std.range;
void main() {
array(iota(1, 0));
}
The expected result of this array() is an empty dynamic array of signed
integers.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------