Merged 2.056

This commit is contained in:
Alexey Prokhin
2011-12-02 21:50:52 +04:00
65 changed files with 6538 additions and 1122 deletions

View File

@@ -667,7 +667,7 @@ void TypeInfoStructDeclaration::llvmDefine()
// opEquals
#if DMDV2
fd = sd->eq;
fd = sd->xeq;
#else
fd = find_method_overload(sd, Id::eq, tfcmpptr, gm);
#endif