https://d.puremagic.com/issues/show_bug.cgi?id=12267
--- Comment #6 from Jacob Carlborg <[email protected]> 2014-02-27 12:49:44 PST --- (In reply to comment #5) > Well, isn't this interesting. > > This compiles: > > struct T { int opCmp() { return 2; } } > > struct S {} > int[S] aa; > > > That is, it is enough to add an opCmp to ANY struct to unbreak compilation. Haha, that's weird. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
