paragui-dev
[Top][All Lists]
Advanced

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

Re: [paragui-dev] Patch: fixing some compilation problems + redundency


From: Alexander Pipelka
Subject: Re: [paragui-dev] Patch: fixing some compilation problems + redundency
Date: Wed, 08 Dec 2004 22:30:42 +0100

Am Mittwoch, den 08.12.2004, 22:17 +0100 schrieb Martin Bickel:
> Hi,
> 
> to compile the current CVS version I had to fix two small problems:
> 
> The insert operation is no standardized method and does therefor not
> exist in all standard library implementations. Only the following
> function is standardized
>   insert(iterator p, charT c);
> But an iterator is not necessarily an int. So I replaced the call by
> this one:
>   insert(size_type pos, size_type n, charT c);
Great. Didn't know that.

> Secondly, automake complained about the unused cairo-variables in
> test/Makefile.am and aborted, so I commented them out.
Yes. A relict. Thanks.

> And the non-const Width- and Height methods of PG_Rect are redundant,
> because they don't modify anything. So I suggest to remove them.
Right. This is also an obsolete codepart from 1.0.

Thanks.
Your changes are in the CVS now.

Alex

PS: I really like the filename of the patch ;o)






reply via email to

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