help-gplusplus
[Top][All Lists]
Advanced

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

Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4


From: Thomas Maeder
Subject: Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4
Date: Fri, 01 Oct 2004 18:21:09 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

Maurizio Loreti <mlo@foobar.it> writes:

>>   Doo () {value_ = false;}  // Line#10
>
> Change this to :  Boo<T>::value_ = false;

I prefer

this->value_ = false;

because it's immune to a change of the name of the base class template.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]