On 06/05/06, Mike Stump <[EMAIL PROTECTED]> wrote:
On May 4, 2006, at 4:44 PM, [EMAIL PROTECTED] 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++.
OK. This is multiple
On May 4, 2006, at 4:44 PM, [EMAIL PROTECTED] 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++.
Hi Grabiel,
On 26 Apr 2006 20:36:27 +0200, Gabriel Dos Reis
<[EMAIL PROTECTED]> wrote:
I hope that does not fire up warnings for the following case and variants
struct A { /* ... */ };
struct B { /* ... */ };
struct C : A, B { /* ... */ };
void f(B*);
C c;
f(&c);
as the call t
Hi Ian,
I have submitted the project proposal to Google so it should be
available to GCC for review.
Although I cannot edit it anymore, any comment, criticism (even in the
language, I am not native English-speaker) would be welcome.
Cheers,
Manu.
On 26 Apr 2006 10:05:34 -0700, Ian Lanc
[EMAIL PROTECTED] writes:
Hi,
this looks good. I hope you get the funds to work on it.
[...]
| The proposal of Joseph Myers[6] defines the basic goal of
| thisproject, which is to create a new option: Wcoercion. This new
| optionwill warn for any implicit conversion that may alter a
| value.
[EMAIL PROTECTED] writes:
> I would like to participate in the Google Summer of Code with GCC as
> the mentoring organisation working in the project described below.
> This is a draft of the project proposal I am preparing to submit to
> Google. Any comments and suggestions (and criticism) are wel
Dear all,
I would like to participate in the Google Summer of Code with GCC as
the mentoring organisation working in the project described below.
This is a draft of the project proposal I am preparing to submit to
Google. Any comments and suggestions (and criticism) are welcome.
Also, if someone w