https://bugs.documentfoundation.org/show_bug.cgi?id=94222
Luke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|[email protected] |[email protected] --- Comment #6 from Luke <[email protected]> --- I git bisected this down to: commit ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6 Author: Daniel Robertson <[email protected]> Date: Fri Aug 21 21:51:09 2015 -0400 slideshow: replace for_each with range-based loop Replace ::std::for_each for a more readable range-based for loop in cases in which the function object to be applied by for_each is more readable as the body of a for loop. Daniel, Can you please take a look at this? There's got to be an issue with the pattern or copy/pasting. It's doing a lot more than making the code more readable:) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
