[Bug 87003] Kill BOOST_FOREACH on master and use C++11s range-based for() loops instead

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 31 16:19:17 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=87003

--- Comment #4 from Nathan Yee <ny.nathan.yee at gmail.com> ---
I've been working on this bug since there seems to not have been activity on
this bug for more than a week. It seems like converting to range-based for
loops is fairly trivial except in this specific case shown here:

http://opengrok.libreoffice.org/xref/core/sw/source/core/doc/CntntIdxStore.cxx#271

Apparently range-based for loops cannot be used to iterate over an std::pair.
Does anyone have any advice on how to resolve this issue? I have replaced all
instances of BOOST_FOREACH in the project except for this one already.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150101/27b6887e/attachment.html>


More information about the LibreOffice mailing list