Re: Anonymous union members problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mathieu,

>Is this invalid C++ code ?

Yes, this is invalid C++ code.

>If yes is there a way to make it valid and compilable under Linux ?

Take the typedef out of the anonymous struct.
--or--
Name the anonymous struct so it is no longer anonymous.

I favor the second.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux