December 25, 2001 bug with initialized char[] struct members | ||||
|---|---|---|---|---|
| ||||
This crashes the compiler:
struct a
{
char[] b = "string";
}
| ||||
December 26, 2001 Re: bug with initialized char[] struct members | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Pavel Minayev | "Pavel Minayev" <evilone@omen.ru> wrote in message news:a0ajsp$2l6p$1@digitaldaemon.com... > This crashes the compiler: > struct a > { > char[] b = "string"; > } You're right. Oops! | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply