[Dlang-internal] Detect CTFE in AssignExp:semantic
Stefan Koch via Dlang-internal
dlang-internal at puremagic.com
Wed Jan 11 11:34:55 PST 2017
On Wednesday, 11 January 2017 at 18:59:29 UTC, Andrei
Alexandrescu wrote:
> foreach (i, ref e; from) to[i] = e;
I would guess foreach(i; auto ref e; from) to[i] = e;
is a little more compatible.
More information about the Dlang-internal
mailing list