http://d.puremagic.com/issues/show_bug.cgi?id=9445
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-03-03 16:51:45 PST --- Another trigger, DMD 2.062: import std.traits, std.typecons; void bug(E)(lazy E expr) { alias ReturnType!expr RT; } void main() { bug(RefCounted!int(0)); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
