On Wed, Jan 12, 2011 at 10:35 AM, Octavio Alvarez
<alvarezp@alvarezp.ods.org> wrote:
On Wed, 12 Jan 2011 03:18:01 -0800, Noel Power<nopower@novell.com> wrote:
Hi there
fix for fdo#32742#, its a simple fix ( but was a bugger to find ) imo is
riskless etc.
http://cgit.freedesktop.org/libreoffice/base/commit/?id=0afe2266016b03f6e11008463042c7daacead0e1
is ripe for signoff and cherrypicking, be grateful if someone could help
with that
Is suggest to make ::std::sort on the next line use s_nCount also and
prevent a useless division operation.
Actually the 'useless' division' is resolved at compile time. so it is free.
on the other hand passing s_nCount instead of a constant _could_
deprive the template code of some possible optimizations.
(I don't know if std::sort is smart enough to take avantage of it..
but it could, and eventually it will)
Norbert
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.