Re: Re: Query for Empty Structure Extension.

2013-01-03 Thread NAVEEN CHANDRAKAR
--- Sender : Jonathan Wakelyjwakely@gmail.com Date : Jan 03, 2013 00:17 (GMT+09:00) Title : Re: Query for Empty Structure Extension. On 2 January 2013 14:32, NAVEEN CHANDRAKAR wrote: My question is what is the definition/grammer of empty structure. As i couldn't find it covered in C/Cxx

Re: Re: Re: Query for Empty Structure Extension.

2013-01-03 Thread NAVEEN CHANDRAKAR
Thanks James. I understood it now. --- Original Message --- Sender : James Dennettjames.denn...@gmail.com Date : Jan 04, 2013 05:28 (GMT+09:00) Title : Re: Re: Query for Empty Structure Extension. On Thu, Jan 3, 2013 at 11:35 AM, NAVEEN CHANDRAKAR navee...@samsung.com wrote: Thanks

Query for Empty Structure Extension.

2013-01-02 Thread NAVEEN CHANDRAKAR
Hello There, Empty Structures :- http://gcc.gnu.org/onlinedocs/gcc/Empty-Structures.html I came across this extension and understood why empty-structures were introduced as an extension in gcc and g++. But i couldn't find any relevant text as to what is considered as empty structure. Eg: T2

Re: Query for Empty Structure Extension.

2013-01-02 Thread Jonathan Wakely
On 2 January 2013 14:32, NAVEEN CHANDRAKAR wrote: My question is what is the definition/grammer of empty structure. As i couldn't find it covered in C/Cxx standard document. The page you linked to defines a GCC extension to the C language, so if course it's not in the C standard. As the page