John Levon <[EMAIL PROTECTED]> writes:
| On Tue, Oct 15, 2002 at 10:55:57AM +0200, Lars Gullik Bj�nnes wrote:
>
>>
>> This patch makes qt build on RH-8.0 with Gcc 3.2.
>> (there are also some other changes...)
>
| - vector<std::pair<A,B> >::const_iterator cit = vec.begin();
| + typedef typename vector<std::pair<A, B> >::const_iterator
| + const_iterator;
| +
| + const_iterator cit = vec.begin();
>
| Now, why the heck is that an improvement ?
eye of the beholder I guess.
also I got some errors/warnings about a missing typename.
| +#include <config.h>
| Didn't I get chewed out for including config.h in headers ?
Yes, I saw that I had done this, and was just waiting for the
comments. It will be moved to the corresponding .C file.
--
Lgb