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

           Summary: [ICE] with to!
           Product: D
           Version: 2.041
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: bearophile_h...@eml.cc


--- Comment #0 from bearophile_h...@eml.cc 2010-03-13 17:16:12 PST ---
This code crashes dmd:


import std.conv: to;
struct Int { int x; }
void main() {
    Int i = to!Int(1);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to