This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Google SoC Project proposal: Wcoercion option
- From: Mike Stump <mrs at apple dot com>
- To: lopezibanez at gmail dot com
- Cc: Gabriel Dos Reis <gdr at integrable-solutions dot net>, gcc at gcc dot gnu dot org
- Date: Sat, 6 May 2006 12:44:18 -0700
- Subject: Re: Google SoC Project proposal: Wcoercion option
- References: <6c33472e0604241216x9d4e6a2md3b7580377de3f19@mail.gmail.com> <m3psj4uqtw.fsf@uniton.integrable-solutions.net> <6c33472e0605041644y3b453cbaxb51f340f9b155169@mail.gmail.com>
On May 4, 2006, at 4:44 PM, lopezibanez@gmail.com wrote:
struct C : A, B { /* ... */ };
I am sorry to say that I don't understand the definition of struct C.
C is derived from A and B. Only valid of course in C++.