https://d.puremagic.com/issues/show_bug.cgi?id=1878
--- Comment #6 from [email protected] 2014-04-02 04:16:33 PDT --- Currently this works: ubyte whatever() { return 10; } void main() { ubyte limit = whatever(); ubyte x; foreach (ubyte e; 0 .. limit) x = e; } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
