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

--- Comment #3 from Björn Michaelsen <bjoern.michael...@canonical.com> ---
We cant for now have sw::Ring<> implement STL-like begin()/end() functions,
see:

https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob;f=sw/inc/ring.hxx;h=d58733f1459fda302a99d1ea9d56da82c55f9ca9;hb=2dd7cc5b925d0b4c62553eeba9f6524ce7b6217b#l105

So for now, BOOST_FOREACH should still be an improvement over the old
const-eating homegrown macros. Once none of the derived classes of sw::Ring<>
are deriving from any other STL-container, we should be able to trivially
replace BOOST_FOREACH with a proper C++11 style for() iteration.

-- 
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