https://d.puremagic.com/issues/show_bug.cgi?id=12267
--- Comment #5 from Vladimir Panteleev <[email protected]> 2014-02-27 22:48:44 EET --- 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. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
