To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97325
------- Additional comments from [email protected] Wed Dec 17 16:50:47 +0000 2008 ------- >From the ISO C++ standard (ISO/IEC 14882:1998(E) -- C++ -- Classes): -- snip -- -2- A union of the form union { member-specification } ; is called an anonymous union; it defines an unnamed object of unnamed type. The member-specification of an anonymous union shall only define non-static data members. [Note: nested types and functions cannot be declared within an anonymous union. ] -- snip -- The note in the standard clarifies that an anonymous union can't have nested types. I guess it has something to do with storage classes ... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
