http://d.puremagic.com/issues/show_bug.cgi?id=10567
--- Comment #6 from [email protected] 2013-07-21 14:02:34 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/acd073afcb89d639c8c99cd7f8233788db6036d6 fix Issue 10567 - Typeinfo.compare has unreasonable signature requirements on opCmp If needed, generate `__xopEquals` method in order to adapt `opCmp` member function (even if it's template) to the function pointer `TypeInfo_Struct.xopCmp`. https://github.com/D-Programming-Language/dmd/commit/19988b6d9d854f68e3984f871f0e8977a7be1f09 Merge pull request #2321 from 9rnsr/fix10567 Partial fix for Issue 10567 - Typeinfo.compare has unreasonable signature requirements on opCmp -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
