D - large bit arrays
- Pavel Minayev (4/4) Feb 01 2002 D seems to dislike subj. For example:
- Pavel Minayev (2/2) Feb 01 2002 It turns out to fail on arrays of any type (or so it seems?).
- Walter (3/5) Feb 01 2002 You're right. Argh!
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