https://d.puremagic.com/issues/show_bug.cgi?id=11591
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> 2013-12-31 14:22:05 PST --- This comes about because std.typecons.Tuple generates a struct but does not generate an opCmp operator overload function for it. Actually, it does build an opCmp, but as a template, whereas in clone.c buildXopCmp() looks for a function named opCmp, not a template. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
