D - large bit arrays
- "Pavel Minayev" <evilone omen.ru> Feb 01 2002
- "Pavel Minayev" <evilone omen.ru> Feb 01 2002
- "Walter" <walter digitalmars.com> Feb 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...
Feb 01 2002
It turns out to fail on arrays of any type (or so it seems?). int[0xffff] doesn't work as well.
Feb 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!
Feb 01 2002








"Walter" <walter digitalmars.com>