https://issues.dlang.org/show_bug.cgi?id=13129
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- 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. :-( --
