http://d.puremagic.com/issues/show_bug.cgi?id=8348
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Walter Bright <[email protected]> 2012-12-12 20:17:21 PST --- A smaller test case: struct Set(T) { this(this) { } const opBinary(string op, U)(U) if(is(typeof(U.init.isSet)) ) { } } int[const(Set!uint)] trieCache; void getTrie() { Set!(uint).init in trieCache; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
