D - nameless structs in classes
- Pavel Minayev (3/3) Dec 21 2001 Is subj allowed? Alpha 4 compiles the following without errors:
- Walter (3/6) Dec 21 2001 Nameless ones should be allowed. -Walter
Is subj allowed? Alpha 4 compiles the following without errors: class Test { struct { int a, b, c } } However, if I try to access members, it says they are not found...
Dec 21 2001
Nameless ones should be allowed. -Walter "Pavel Minayev" <evilone omen.ru> wrote in message news:a003mu$1lkj$1 digitaldaemon.com...Is subj allowed? Alpha 4 compiles the following without errors: class Test { struct { int a, b, c } } However, if I try to access members, it says they are not found...
Dec 21 2001