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

--- Comment #4 from Nathan Yee <ny.nathan....@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.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to