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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 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: -------