mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Disable appending a dchar to a char or wchar array for now.
See [1605] for details.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user