Files
ldc/runtime/internal
Christian Kamm 265cbea170 Make == for associative arrays test for equality, not identity.
_aaEq was added to runtime/internal/aaA.d which forwards to
TypeInfo_AssociativeArray.equals in genobj.d. On the codegen side, DtoAAEquals
was added to gen/aa.cpp and is called from EqualExp::toElem in gen/toir.cpp.

I assume that the frontend will produce an error if == is used on associative
arrays of different type.

This fixes DMD bug 1429.
2009-06-21 19:05:24 +02:00
..
2008-12-27 16:07:23 +01:00
2008-10-22 14:55:33 +02:00
2008-12-15 21:09:33 +01:00
2009-03-18 15:20:07 +01:00
2009-05-02 16:39:26 +02:00
2008-10-22 14:55:33 +02:00
2009-05-02 16:39:26 +02:00
2008-10-22 14:55:33 +02:00