D - bug with initialized char[] struct members
- Pavel Minayev (5/5) Dec 25 2001 This crashes the compiler:
- Walter (3/8) Dec 25 2001 You're right. Oops!
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>