Kevin Bealer wrote: > 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; Both should work. Can you provide a complete example?