[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

--- Comment #4 from Commit Notification 
 ---
Paris Oplopoios committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/81e815edbf5b4694789aa1d7b9e3ecde08b08b21

tdf#153109 Use any_of instead of loop to check a range

It will be available in 24.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-06-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-03-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

--- Comment #3 from Mike Kaganski  ---
Note that a common sense should apply: this change should not be applied when
it doesn't improve things: sometimes the loop is optimal both in terms of
performance and readability.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-03-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

Buovjaga  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|baole.f...@gmail.com|libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

Baole Fang  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |baole.f...@gmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #2 from Baole Fang  ---
Hi, I'd like to take a look at this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

Hossein  changed:

   What|Removed |Added

   Keywords||difficultyBeginner

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||143781
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Version|unspecified |4.4 all versions
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thanks Hossein. Sounds good to me.

Marking 4.4 as earliest affected as that's when C++11 started being used AFAIK.
(e.g. https://meeksfamily.uk/~michael/blog/2015-01-29-under-the-hood-4-4.html
and
https://archive.fosdem.org/2015/schedule/event/editors_cpp11_libreoffice/attachments/slides/633/export/events/attachments/editors_cpp11_libreoffice/slides/633/FOSDEM2015_LibreOffice_C_11.pdf)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153109] Use all_of, any_of or none_of from STD instead of looping to check a condition over a range

2023-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153109

Hossein  changed:

   What|Removed |Added

Summary|Use all_of, any_of or   |Use all_of, any_of or
   |none_of from STD instead of |none_of from STD instead of
   |looping to check a  |looping to check a
   |condition over a container  |condition over a range

-- 
You are receiving this mail because:
You are the assignee for the bug.