[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 12 17:50:48 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12146



--- Comment #3 from Martin Nowak <code at dawg.eu> 2014-02-12 17:50:45 PST ---
Also happens with a sensible opCmp, like

    int opCmp(const ref Bar) { return 0; }

It must deviate from the default signature though, i.e. can't be

    int opCmp(const ref Bar) const { return 0; }

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list