[Issue 10567] Typeinfo.compare has unreasonable signature requirements on opCmp
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 21 14:02:37 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10567
--- Comment #6 from github-bugzilla at puremagic.com 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: -------
More information about the Digitalmars-d-bugs
mailing list