On Tue, 14 Jul 2009 12:45:56 -0700
Russ Cox <r...@swtch.com> wrote:

> enough.
> 
> there was a bug, plain and simple.
> 
> struct T {
>   struct S s;
> };
> 
> is not valid.  never was, never will be.
> fix the compiler already.

Newbie question: Does this statement apply to any struct S (meaning you can 
never have a struct as member of another struct), or does it only apply in 
cases where the structure of S is not known at that point?


-- 
Ethan Grammatikidis

Those who are slower at parsing information must
necessarily be faster at problem-solving.

Reply via email to