https://d.puremagic.com/issues/show_bug.cgi?id=12532
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2014-04-06 23:09:32 PDT --- Reduced: //---- enum a = is(typeof(b)); enum b = is(typeof(a)); pragma(msg, a); //true pragma(msg, b); //false //---- I'm not sure this is actually resolvable...? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
