On Mon, Aug 27, 2012 at 1:00 AM, Andrej Mitrovic <[email protected]> wrote:
>
> test.d(17): Error: tuple index 4 exceeds 1
>
> I just noticed something though, if the order is swapped there's no error:
> void main()
> {
> alias TypeTuple!(int) x;
> static if (is(x[4] == int))
> {
> }
> }
>
> Bug maybe?
Certainly.
