[Issue 13129] Equality between compatible but differently typed associative arrays
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jul 15 08:17:26 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13129
hsteoh at quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hsteoh at quickfur.ath.cx
--- Comment #1 from hsteoh at quickfur.ath.cx ---
This doesn't look likely to be fixable until AA's are fully implemented as a
library type. The problem is that the current implementation is keyed on
TypeInfo's, and given two arbitrary TypeInfo's it's not obvious how to
determine whether the underlying types are implicitly convertible to each
other. Maybe there's some obvious way that I missed, but as of now, I don't see
this fixed anytime in the near future. :-(
--
More information about the Digitalmars-d-bugs
mailing list