[Issue 3543] : ? operator can't find common type for classes/interfaces

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 5 22:54:44 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=3543


Andrei Alexandrescu <andrei at metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at metalanguage.com


--- Comment #7 from Andrei Alexandrescu <andrei at metalanguage.com> 2011-04-05 22:51:07 PDT ---
Interface hierarchies for a single-rooted DAG. In the DAG there are one or more
common ancestors for any pair of nodes. The most specific one (farthest from
the root) must be chosen. If there are two or more at the same depth that's an
ambiguity error.

-- 
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