| Thread overview | |||||
|---|---|---|---|---|---|
|
February 01, 2002 large bit arrays | ||||
|---|---|---|---|---|
| ||||
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 Re: large bit arrays | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Pavel Minayev | It turns out to fail on arrays of any type (or so it seems?). int[0xffff] doesn't work as well. | |||
February 01, 2002 Re: large bit arrays | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Pavel Minayev | "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! | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply