Thread overview
large bit arrays
Feb 01, 2002
Pavel Minayev
Feb 01, 2002
Pavel Minayev
Feb 01, 2002
Walter
February 01, 2002
D seems to dislike subj. For example:

    bit[0xffff] foo;

This hangs the compiler. On other hand, an array
of 1000 bits works just fine...


February 01, 2002
It turns out to fail on arrays of any type (or so it seems?).
int[0xffff] doesn't work as well.


February 01, 2002
"Pavel Minayev" <evilone@omen.ru> wrote in message news:a3egoi$10hl$1@digitaldaemon.com...
> It turns out to fail on arrays of any type (or so it seems?).
> int[0xffff] doesn't work as well.

You're right. Argh!