odd issue in 1.006
Kevin Bealer
kevinbealer at gmail.com
Sat Feb 17 00:32:00 PST 2007
In 1.006, this seems to be allowed in a CTFE function:
int q = A[i..j].length;
c += q;
But not this:
c += A[i..j].length;
Kevin
More information about the Digitalmars-d
mailing list