Disable appending a dchar to a char or wchar array for now.

See [1605] for details.
This commit is contained in:
Christian Kamm
2010-01-06 19:53:35 +01:00
parent cae60aa406
commit 8176222719

View File

@@ -8559,7 +8559,9 @@ Expression *CatAssignExp::semantic(Scope *sc)
e2 = e2->castTo(sc, tb1next);
type = e1->type;
e = this;
}
// Reenable when _d_arrayappendwd and cd are in the runtime.
/* }
else if (tb1->ty == Tarray &&
(tb1next->ty == Tchar || tb1next->ty == Twchar) &&
e2->implicitConvTo(Type::tdchar)