[Issue 5708] Error in std.typecons when -release, -inline, and -noboundscheck are all enabled

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 5 17:42:37 PST 2011


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



--- Comment #2 from bearophile_hugs at eml.cc 2011-03-05 17:39:42 PST ---
More reduction:

import std.conv: to;
void main() {
    int[int] aa;
    foreach (v; aa)
        to!string("");
}

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