This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Regarding anonymous unions, etc.
- To: dank@alumni.caltech.edu (Dan Kegel)
- Subject: Re: Regarding anonymous unions, etc.
- From: Joe Buck <jbuck@synopsys.COM>
- Date: Tue, 31 Aug 99 18:51:16 PDT
- Cc: gcc@gcc.gnu.org, slouken@devolution.com
> I hear the GCC team is soliciting input as to how important
> Microsoft C++ extensions like anonymous unions, etc. are.
Anonymous unions are standard C++ and are supported by GCC. However, MFC
does use some non-standard features of MSVC.