[Libreoffice] [Libreoffice-commits] .: writerperfect/source

Kevin Hunter hunteke at earlham.edu
Mon Oct 24 19:04:05 PDT 2011


At 9:48pm -0400 Mon, 24 Oct 2011, Kevin Hunter wrote:
> At 7:24pm -0400 Mon, 24 Oct 2011, Fridrich Štrba wrote:
>> for (std::map<WPXString, FontStyle *, ltstr>::const_iterator iter =
>> mHash.begin();
>> - iter != mHash.end(); ++iter)
>> + iter != mHash.end(); iter++)
>
> Err, in terms of coding style, is a pre to post increment operator
> merely a whitespace change? I seem to recall a message or two on the
> subject but I'm having a difficult time tracking them down just now.
> About 8 months ago, perhaps?

Kevin: open mouth, insert foot.  I apologize.  Just perusing commits, 
should've kept going.  I take it the pre to post is needed to "fix the 
build".

Kevin



More information about the LibreOffice mailing list