anonymous struct
struct T{ int n; }; struct T1{ struct T; } t; t.n=1; Please support this grammar. http://sourceforge.net/projects/coo/
Re: anonymous struct
I find. -fms-extentions
struct T{ int n; }; struct T1{ struct T; } t; t.n=1; Please support this grammar. http://sourceforge.net/projects/coo/
I find. -fms-extentions