D - bug with initialized char[] struct members
- "Pavel Minayev" <evilone omen.ru> Dec 25 2001
- "Walter" <walter digitalmars.com> Dec 25 2001
This crashes the compiler:
struct a
{
char[] b = "string";
}
Dec 25 2001
"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!
Dec 25 2001








"Walter" <walter digitalmars.com>